From 9d60a2d197c133ade0c061c3ddd394c7dbda19ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Wed, 22 May 2019 01:01:02 +0000 Subject: [PATCH 1/2] Deleted dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/trapped_chest_easy2.json --- .../recipes/trapped_chest_easy2.json | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100755 dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/trapped_chest_easy2.json 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 From e8622b618f095638778447f301f61576174ebf4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Fri, 24 May 2019 02:22:42 +0200 Subject: [PATCH 2/2] remove dispenser recipe --- .../recipes/dispenser_easy.json | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100755 dodsorfas_easy_crafting/data/dodsorfas_easy_crafting/recipes/dispenser_easy.json 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