Made screen T2 and raw circuit board recipes use oredict dyes, closes #493.

This commit is contained in:
Florian Nücke 2014-08-17 00:53:28 +02:00
parent f169cae801
commit 04114e68b8
3 changed files with 11 additions and 11 deletions

View File

@ -177,7 +177,7 @@ navigationUpgrade {
[ingotGold, potion, ingotGold]] [ingotGold, potion, ingotGold]]
} }
signUpgrade { signUpgrade {
input: [[ingotIron, dyePowder, ingotIron] input: [[ingotIron, dyeBlack, ingotIron]
["oc:circuitChip1", stickWood, "oc:circuitChip1"] ["oc:circuitChip1", stickWood, "oc:circuitChip1"]
[ingotIron, pistonStickyBase, ingotIron]] [ingotIron, pistonStickyBase, ingotIron]]
} }
@ -318,7 +318,7 @@ cu {
rawCircuitBoard { rawCircuitBoard {
type: shapeless type: shapeless
input: [nuggetGold, clay, {item=dyePowder, subID=2}] input: [nuggetGold, clay, dyeGreen]
} }
printedCircuitBoard { printedCircuitBoard {
type: furnace type: furnace
@ -447,9 +447,9 @@ screen1 {
[ingotIron, redstone, ingotIron]] [ingotIron, redstone, ingotIron]]
} }
screen2 { screen2 {
input: [[ingotGold, {item=dyePowder, subID=1}, ingotGold] input: [[ingotGold, dyeRed, ingotGold]
[{item=dyePowder, subID=2}, "oc:circuitChip2", glass] [dyeGreen, "oc:circuitChip2", glass]
[ingotGold, {item=dyePowder, subID=4}, ingotGold]] [ingotGold, dyeBlue, ingotGold]]
} }
screen3 { screen3 {
input: [[obsidian, yellowDust, obsidian] input: [[obsidian, yellowDust, obsidian]

View File

@ -114,7 +114,7 @@ navigationUpgrade {
[screwStainlessSteel, potion, craftingToolScrewdriver]] [screwStainlessSteel, potion, craftingToolScrewdriver]]
} }
signUpgrade { signUpgrade {
input: [[screwAluminium, dyePowder, screwAluminium] input: [[screwAluminium, dyeBlack, screwAluminium]
["oc:circuitChip1", stickWood, "oc:circuitChip1"] ["oc:circuitChip1", stickWood, "oc:circuitChip1"]
[screwAluminium, craftingToolScrewdriver, screwAluminium]] [screwAluminium, craftingToolScrewdriver, screwAluminium]]
} }

View File

@ -165,7 +165,7 @@ navigationUpgrade {
[ingotGold, potion, ingotGold]] [ingotGold, potion, ingotGold]]
} }
signUpgrade { signUpgrade {
input: [[ingotIron, dyePowder, ingotIron] input: [[ingotIron, dyeBlack, ingotIron]
["oc:circuitChip1", stickWood, "oc:circuitChip1"] ["oc:circuitChip1", stickWood, "oc:circuitChip1"]
[ingotIron, pistonStickyBase, ingotIron]] [ingotIron, pistonStickyBase, ingotIron]]
} }
@ -269,7 +269,7 @@ cu {
rawCircuitBoard { rawCircuitBoard {
type: shapeless type: shapeless
input: ["oc:materialCuttingWire", clay, {item=dyePowder, subID=2}] input: ["oc:materialCuttingWire", clay, dyeGreen]
} }
circuitBoard { circuitBoard {
type: furnace type: furnace
@ -373,9 +373,9 @@ screen1 {
[ingotIron, ingotIron, glass]] [ingotIron, ingotIron, glass]]
} }
screen2 { screen2 {
input: [[ingotGold, {item=dyePowder, subID=1}, ingotGold] input: [[ingotGold, dyeRed, ingotGold]
["oc:circuitChip2", {item=dyePowder, subID=2}, "oc:screen1"] ["oc:circuitChip2", dyeGreen, "oc:screen1"]
[ingotGold, {item=dyePowder, subID=4}, ingotGold]] [ingotGold, dyeBlue, ingotGold]]
} }
screen3 { screen3 {
input: [[obsidian, "oc:materialCircuitBoardPrinted", "oc:circuitChip3"] input: [[obsidian, "oc:materialCircuitBoardPrinted", "oc:circuitChip3"]