diff --git a/dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/dispenser_easy.json b/dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/dispenser_easy.json deleted file mode 100755 index 59ced8c..0000000 --- a/dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/dispenser_easy.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "type": "crafting_shaped", - "pattern": [ - " #X", - "#IX", - " #X" - ], - "key": { - "#": { - "item": "minecraft:stick" - }, - "X": { - "item": "minecraft:string" - }, - "I": { - "item": "minecraft:dropper" - } - }, - "result": { - "item": "minecraft:dispenser" - } -} \ No newline at end of file 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