added first item: the stub

This commit is contained in:
Jottyfan
2024-11-15 00:17:47 +01:00
parent 24b6e27e17
commit 76214017e3
11 changed files with 302 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": "quickiemod: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": "quickiemod:stub",
"count": 4
}
}