additional files for 1.16.1.1

This commit is contained in:
2020-08-02 15:48:47 +02:00
parent af9a8aed29
commit d57c833b2b
8 changed files with 144 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"ooo"
],
"key": {
"o": {
"item": "quickiefabric:speedpowder"
},
"s": {
"item": "minecraft:torch"
}
},
"result": {
"item": "quickiefabric:monsterhoarder",
"count": 1
}
}

View File

@ -0,0 +1,9 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": {
"item": "minecraft:stick"
},
"result": "minecraft:torch",
"experience": 0,
"cookingtime": 50
}