diff --git a/data/minecraft/recipes/diamond_axe.json b/data/minecraft/recipes/diamond_axe.json deleted file mode 100644 index b065082..0000000 --- a/data/minecraft/recipes/diamond_axe.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - " 11", - " 21", - " 3 " - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"}, - "3":{"item":"minecraft:stick"} - }, - "result": { - "item":"minecraft:diamond_axe" - }, - "show_notification":true -} diff --git a/data/minecraft/recipes/diamond_boots.json b/data/minecraft/recipes/diamond_boots.json deleted file mode 100644 index 865083f..0000000 --- a/data/minecraft/recipes/diamond_boots.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - "1 1", - "121" - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"} - }, - "result": { - "item":"minecraft:diamond_boots" - }, - "show_notification":true -} diff --git a/data/minecraft/recipes/diamond_chestplate.json b/data/minecraft/recipes/diamond_chestplate.json deleted file mode 100644 index 363bbc4..0000000 --- a/data/minecraft/recipes/diamond_chestplate.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - "121", - "111", - "111" - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"} - }, - "result": { - "item":"minecraft:diamond_chestplate" - }, - "show_notification":true -} diff --git a/data/minecraft/recipes/diamond_helmet.json b/data/minecraft/recipes/diamond_helmet.json deleted file mode 100644 index 0d90014..0000000 --- a/data/minecraft/recipes/diamond_helmet.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - "111", - "121" - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"} - }, - "result": { - "item":"minecraft:diamond_helmet" - }, - "show_notification":true -} diff --git a/data/minecraft/recipes/diamond_hoe.json b/data/minecraft/recipes/diamond_hoe.json deleted file mode 100644 index 02377b1..0000000 --- a/data/minecraft/recipes/diamond_hoe.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - "11", - "23", - " 3" - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"}, - "3":{"item":"minecraft:stick"} - }, - "result": { - "item":"minecraft:diamond_hoe" - }, - "show_notification":true -} diff --git a/data/minecraft/recipes/diamond_leggings.json b/data/minecraft/recipes/diamond_leggings.json deleted file mode 100644 index 58c2aaa..0000000 --- a/data/minecraft/recipes/diamond_leggings.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - "111", - "121", - "1 1" - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"} - }, - "result": { - "item":"minecraft:diamond_leggings" - }, - "show_notification":true -} diff --git a/data/minecraft/recipes/diamond_pickaxe.json b/data/minecraft/recipes/diamond_pickaxe.json deleted file mode 100644 index 52d7218..0000000 --- a/data/minecraft/recipes/diamond_pickaxe.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - "121", - " 3 ", - " 3 " - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"}, - "3":{"item":"minecraft:stick"} - }, - "result": { - "item":"minecraft:diamond_pickaxe" - }, - "show_notification":true -} diff --git a/data/minecraft/recipes/diamond_shovel.json b/data/minecraft/recipes/diamond_shovel.json deleted file mode 100644 index 6713da5..0000000 --- a/data/minecraft/recipes/diamond_shovel.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - "1", - "2", - "3" - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"}, - "3":{"item":"minecraft:stick"} - }, - "result": { - "item":"minecraft:diamond_shovel" - }, - "show_notification":true -} diff --git a/data/minecraft/recipes/diamond_sword.json b/data/minecraft/recipes/diamond_sword.json deleted file mode 100644 index b0d3e91..0000000 --- a/data/minecraft/recipes/diamond_sword.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "category":"equipment", - "pattern": [ - "12", - "1 ", - "3 " - ], - "key": { - "1":{"item":"minecraft:diamond"}, - "2":{"item":"minecraft:magma_cream"}, - "3":{"item":"minecraft:stick"} - }, - "result": { - "item":"minecraft:diamond_sword" - }, - "show_notification":true -}