diff --git a/src/main/resources/data/phycon/recipes/cable/black.json b/src/main/resources/data/phycon/recipes/cable/black.json index 6b800fa..2252853 100644 --- a/src/main/resources/data/phycon/recipes/cable/black.json +++ b/src/main/resources/data/phycon/recipes/cable/black.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:black_carpet"}, + "W": {"item": "minecraft:black_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_black", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/blue.json b/src/main/resources/data/phycon/recipes/cable/blue.json index 377cb0c..e1d42a7 100644 --- a/src/main/resources/data/phycon/recipes/cable/blue.json +++ b/src/main/resources/data/phycon/recipes/cable/blue.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:blue_carpet"}, + "W": {"item": "minecraft:blue_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_blue", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/brown.json b/src/main/resources/data/phycon/recipes/cable/brown.json index afa9a1a..eb742c4 100644 --- a/src/main/resources/data/phycon/recipes/cable/brown.json +++ b/src/main/resources/data/phycon/recipes/cable/brown.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:brown_carpet"}, + "W": {"item": "minecraft:brown_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_brown", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/cyan.json b/src/main/resources/data/phycon/recipes/cable/cyan.json index d48f666..a8005a7 100644 --- a/src/main/resources/data/phycon/recipes/cable/cyan.json +++ b/src/main/resources/data/phycon/recipes/cable/cyan.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:cyan_carpet"}, + "W": {"item": "minecraft:cyan_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_cyan", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/gray.json b/src/main/resources/data/phycon/recipes/cable/gray.json index bdf7723..8e3fb12 100644 --- a/src/main/resources/data/phycon/recipes/cable/gray.json +++ b/src/main/resources/data/phycon/recipes/cable/gray.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:gray_carpet"}, + "W": {"item": "minecraft:gray_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_gray", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/green.json b/src/main/resources/data/phycon/recipes/cable/green.json index ed9c9fd..e232f9c 100644 --- a/src/main/resources/data/phycon/recipes/cable/green.json +++ b/src/main/resources/data/phycon/recipes/cable/green.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:green_carpet"}, + "W": {"item": "minecraft:green_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_green", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/light_blue.json b/src/main/resources/data/phycon/recipes/cable/light_blue.json index f5783e1..84f4888 100644 --- a/src/main/resources/data/phycon/recipes/cable/light_blue.json +++ b/src/main/resources/data/phycon/recipes/cable/light_blue.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:light_blue_carpet"}, + "W": {"item": "minecraft:light_blue_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_light_blue", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/light_gray.json b/src/main/resources/data/phycon/recipes/cable/light_gray.json index 29fbb09..cbc7548 100644 --- a/src/main/resources/data/phycon/recipes/cable/light_gray.json +++ b/src/main/resources/data/phycon/recipes/cable/light_gray.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:light_gray_carpet"}, + "W": {"item": "minecraft:light_gray_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_light_gray", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/lime.json b/src/main/resources/data/phycon/recipes/cable/lime.json index 13be284..d36e279 100644 --- a/src/main/resources/data/phycon/recipes/cable/lime.json +++ b/src/main/resources/data/phycon/recipes/cable/lime.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:lime_carpet"}, + "W": {"item": "minecraft:lime_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_lime", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/magenta.json b/src/main/resources/data/phycon/recipes/cable/magenta.json index 487475a..ab8b23e 100644 --- a/src/main/resources/data/phycon/recipes/cable/magenta.json +++ b/src/main/resources/data/phycon/recipes/cable/magenta.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:orange_carpet"}, + "W": {"item": "minecraft:orange_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_orange", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/orange.json b/src/main/resources/data/phycon/recipes/cable/orange.json index 487475a..ab8b23e 100644 --- a/src/main/resources/data/phycon/recipes/cable/orange.json +++ b/src/main/resources/data/phycon/recipes/cable/orange.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:orange_carpet"}, + "W": {"item": "minecraft:orange_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_orange", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/pink.json b/src/main/resources/data/phycon/recipes/cable/pink.json index ef26f06..240ea77 100644 --- a/src/main/resources/data/phycon/recipes/cable/pink.json +++ b/src/main/resources/data/phycon/recipes/cable/pink.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:pink_carpet"}, + "W": {"item": "minecraft:pink_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_pink", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/purple.json b/src/main/resources/data/phycon/recipes/cable/purple.json index 27e5ae9..cc15f34 100644 --- a/src/main/resources/data/phycon/recipes/cable/purple.json +++ b/src/main/resources/data/phycon/recipes/cable/purple.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:purple_carpet"}, + "W": {"item": "minecraft:purple_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_purple", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/red.json b/src/main/resources/data/phycon/recipes/cable/red.json index 03ccfc1..c50725e 100644 --- a/src/main/resources/data/phycon/recipes/cable/red.json +++ b/src/main/resources/data/phycon/recipes/cable/red.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:red_carpet"}, + "W": {"item": "minecraft:red_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_red", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/white.json b/src/main/resources/data/phycon/recipes/cable/white.json index bc73c53..26f09d6 100644 --- a/src/main/resources/data/phycon/recipes/cable/white.json +++ b/src/main/resources/data/phycon/recipes/cable/white.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:white_carpet"}, + "W": {"item": "minecraft:white_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_white", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/cable/yellow.json b/src/main/resources/data/phycon/recipes/cable/yellow.json index d7e1579..5266d9f 100644 --- a/src/main/resources/data/phycon/recipes/cable/yellow.json +++ b/src/main/resources/data/phycon/recipes/cable/yellow.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "CCC", + "WWW", "TRT", - "CCC" + "WWW" ], "key": { - "C": {"item": "minecraft:yellow_carpet"}, + "W": {"item": "minecraft:yellow_wool"}, "T": {"item": "phycon:twisted_pair"}, "R": {"item": "minecraft:redstone"} }, "result": { "item": "phycon:cable_yellow", - "count": 3 + "count": 6 } } diff --git a/src/main/resources/data/phycon/recipes/twisted_pair.json b/src/main/resources/data/phycon/recipes/twisted_pair.json index 401e48a..32cd357 100644 --- a/src/main/resources/data/phycon/recipes/twisted_pair.json +++ b/src/main/resources/data/phycon/recipes/twisted_pair.json @@ -1,14 +1,15 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - "NNN", + "III", " ", - "NNN" + "III" ], "key": { - "N": {"tag": "c:copper_nuggets"} + "I": {"tag": "c:copper_ingots"} }, "result": { - "item": "phycon:twisted_pair" + "item": "phycon:twisted_pair", + "count": 4 } }