diff --git a/data/minecraft/recipes/copper_nugget_from_blasting.json b/data/mc_rebalance/recipes/copper_nugget_from_blasting.json similarity index 100% rename from data/minecraft/recipes/copper_nugget_from_blasting.json rename to data/mc_rebalance/recipes/copper_nugget_from_blasting.json diff --git a/data/minecraft/recipes/copper_nugget_from_smelting.json b/data/mc_rebalance/recipes/copper_nugget_from_smelting.json similarity index 100% rename from data/minecraft/recipes/copper_nugget_from_smelting.json rename to data/mc_rebalance/recipes/copper_nugget_from_smelting.json diff --git a/data/minecraft/recipes/diamond_boots.json b/data/minecraft/recipes/diamond_boots.json index 6b5528f..865083f 100644 --- a/data/minecraft/recipes/diamond_boots.json +++ b/data/minecraft/recipes/diamond_boots.json @@ -2,9 +2,8 @@ "type": "minecraft:crafting_shaped", "category":"equipment", "pattern": [ - " 2 ", "1 1", - "1 1" + "121" ], "key": { "1":{"item":"minecraft:diamond"}, diff --git a/data/minecraft/recipes/diamond_helmet.json b/data/minecraft/recipes/diamond_helmet.json index 66f1b2a..0d90014 100644 --- a/data/minecraft/recipes/diamond_helmet.json +++ b/data/minecraft/recipes/diamond_helmet.json @@ -2,9 +2,8 @@ "type": "minecraft:crafting_shaped", "category":"equipment", "pattern": [ - " 2 ", "111", - "1 1" + "121" ], "key": { "1":{"item":"minecraft:diamond"}, diff --git a/data/minecraft/recipes/diamond_hoe.json b/data/minecraft/recipes/diamond_hoe.json index 40895c8..02377b1 100644 --- a/data/minecraft/recipes/diamond_hoe.json +++ b/data/minecraft/recipes/diamond_hoe.json @@ -2,9 +2,9 @@ "type": "minecraft:crafting_shaped", "category":"equipment", "pattern": [ - " 11", + "11", "23", - " 3 " + " 3" ], "key": { "1":{"item":"minecraft:diamond"}, diff --git a/data/minecraft/recipes/diamond_leggings.json b/data/minecraft/recipes/diamond_leggings.json index 2891e8d..58c2aaa 100644 --- a/data/minecraft/recipes/diamond_leggings.json +++ b/data/minecraft/recipes/diamond_leggings.json @@ -2,8 +2,8 @@ "type": "minecraft:crafting_shaped", "category":"equipment", "pattern": [ + "111", "121", - "1 1", "1 1" ], "key": { diff --git a/data/minecraft/recipes/diamond_shovel.json b/data/minecraft/recipes/diamond_shovel.json index 7cf9fab..6713da5 100644 --- a/data/minecraft/recipes/diamond_shovel.json +++ b/data/minecraft/recipes/diamond_shovel.json @@ -2,9 +2,9 @@ "type": "minecraft:crafting_shaped", "category":"equipment", "pattern": [ - " 1 ", - "21 ", - " 3 " + "1", + "2", + "3" ], "key": { "1":{"item":"minecraft:diamond"}, diff --git a/data/minecraft/recipes/diamond_sword.json b/data/minecraft/recipes/diamond_sword.json index 5faa0af..b0d3e91 100644 --- a/data/minecraft/recipes/diamond_sword.json +++ b/data/minecraft/recipes/diamond_sword.json @@ -2,9 +2,9 @@ "type": "minecraft:crafting_shaped", "category":"equipment", "pattern": [ - " 1 ", - " 2 ", - " 3 " + "12", + "1 ", + "3 " ], "key": { "1":{"item":"minecraft:diamond"},