diff --git a/dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/trapped_chest_easy2.json b/dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/trapped_chest_easy2.json deleted file mode 100755 index 458f306..0000000 --- a/dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/trapped_chest_easy2.json +++ /dev/null @@ -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 - } -} \ No newline at end of file