added first item stub

This commit is contained in:
Jottyfan
2025-12-23 10:22:15 +01:00
parent a3b075caa2
commit 6b8cf2a56e
10 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:item/stub"
}
}

View File

@@ -0,0 +1,3 @@
{
"item.quickly.stub": "Stummel"
}

View File

@@ -0,0 +1,3 @@
{
"item.quickly.stub": "stub"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/stick",
"textures": {
"layer0": "quickly:item/stub"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB