diff --git a/src/main/resources/assets/opencomputers/recipes/default.recipes b/src/main/resources/assets/opencomputers/recipes/default.recipes index b2bd5be43..59586bf14 100644 --- a/src/main/resources/assets/opencomputers/recipes/default.recipes +++ b/src/main/resources/assets/opencomputers/recipes/default.recipes @@ -177,7 +177,7 @@ navigationUpgrade { [ingotGold, potion, ingotGold]] } signUpgrade { - input: [[ingotIron, dyePowder, ingotIron] + input: [[ingotIron, dyeBlack, ingotIron] ["oc:circuitChip1", stickWood, "oc:circuitChip1"] [ingotIron, pistonStickyBase, ingotIron]] } @@ -318,7 +318,7 @@ cu { rawCircuitBoard { type: shapeless - input: [nuggetGold, clay, {item=dyePowder, subID=2}] + input: [nuggetGold, clay, dyeGreen] } printedCircuitBoard { type: furnace @@ -447,9 +447,9 @@ screen1 { [ingotIron, redstone, ingotIron]] } screen2 { - input: [[ingotGold, {item=dyePowder, subID=1}, ingotGold] - [{item=dyePowder, subID=2}, "oc:circuitChip2", glass] - [ingotGold, {item=dyePowder, subID=4}, ingotGold]] + input: [[ingotGold, dyeRed, ingotGold] + [dyeGreen, "oc:circuitChip2", glass] + [ingotGold, dyeBlue, ingotGold]] } screen3 { input: [[obsidian, yellowDust, obsidian] diff --git a/src/main/resources/assets/opencomputers/recipes/gregtech.recipes b/src/main/resources/assets/opencomputers/recipes/gregtech.recipes index dcd2a5555..3ae00a62c 100644 --- a/src/main/resources/assets/opencomputers/recipes/gregtech.recipes +++ b/src/main/resources/assets/opencomputers/recipes/gregtech.recipes @@ -114,7 +114,7 @@ navigationUpgrade { [screwStainlessSteel, potion, craftingToolScrewdriver]] } signUpgrade { - input: [[screwAluminium, dyePowder, screwAluminium] + input: [[screwAluminium, dyeBlack, screwAluminium] ["oc:circuitChip1", stickWood, "oc:circuitChip1"] [screwAluminium, craftingToolScrewdriver, screwAluminium]] } diff --git a/src/main/resources/assets/opencomputers/recipes/hardmode.recipes b/src/main/resources/assets/opencomputers/recipes/hardmode.recipes index 823fd69cd..b67f34f0c 100644 --- a/src/main/resources/assets/opencomputers/recipes/hardmode.recipes +++ b/src/main/resources/assets/opencomputers/recipes/hardmode.recipes @@ -165,7 +165,7 @@ navigationUpgrade { [ingotGold, potion, ingotGold]] } signUpgrade { - input: [[ingotIron, dyePowder, ingotIron] + input: [[ingotIron, dyeBlack, ingotIron] ["oc:circuitChip1", stickWood, "oc:circuitChip1"] [ingotIron, pistonStickyBase, ingotIron]] } @@ -269,7 +269,7 @@ cu { rawCircuitBoard { type: shapeless - input: ["oc:materialCuttingWire", clay, {item=dyePowder, subID=2}] + input: ["oc:materialCuttingWire", clay, dyeGreen] } circuitBoard { type: furnace @@ -373,9 +373,9 @@ screen1 { [ingotIron, ingotIron, glass]] } screen2 { - input: [[ingotGold, {item=dyePowder, subID=1}, ingotGold] - ["oc:circuitChip2", {item=dyePowder, subID=2}, "oc:screen1"] - [ingotGold, {item=dyePowder, subID=4}, ingotGold]] + input: [[ingotGold, dyeRed, ingotGold] + ["oc:circuitChip2", dyeGreen, "oc:screen1"] + [ingotGold, dyeBlue, ingotGold]] } screen3 { input: [[obsidian, "oc:materialCircuitBoardPrinted", "oc:circuitChip3"]