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] 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