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

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": "quickly:stub",
"result": {
"id": "minecraft:torch"
},
"experience": 0.1,
"cookingtime": 20
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"minecraft:stick"
],
"result": {
"id": "quickly:stub",
"count": 4
}
}