Deleted dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/trapped_chest_easy2.json

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-05-22 01:01:02 +00:00
parent 0f34ae27f0
commit 9d60a2d197
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
{
"type": "crafting_shaped",
"pattern": [
"# ",
"XC",
"IC"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"X": {
"item": "minecraft:stick"
},
"I": {
"tag": "minecraft:planks"
},
"C": {
"item": "minecraft:chest"
}
},
"result": {
"item": "minecraft:trapped_chest",
"count": 2
}
}