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]]
}
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]

View File

@ -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]]
}

View File

@ -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"]