added first item: the stub
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:campfire_cooking",
|
||||
"ingredient": "quickiemod:stub",
|
||||
"result": {
|
||||
"id": "minecraft:torch"
|
||||
},
|
||||
"experience": 0.1,
|
||||
"cookingtime": 20
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"minecraft:stick"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:stub",
|
||||
"count": 4
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user