mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
completed recipes
This commit is contained in:
parent
53ae80914c
commit
f79194c419
@ -67,13 +67,13 @@ wlanCard {
|
|||||||
}
|
}
|
||||||
|
|
||||||
craftingUpgrade {
|
craftingUpgrade {
|
||||||
input: [[ingotIron, pistonBase, ingotIron]
|
input: [[ingotIron, craftingPiston, ingotIron]
|
||||||
["oc:circuitBasic", workbench, "oc:circuitBasic"]
|
["oc:circuitBasic", workbench, "oc:circuitBasic"]
|
||||||
[ingotIron, "oc:craftingCircuitBoardPrinted", ingotIron]]
|
[ingotIron, "oc:craftingCircuitBoardPrinted", ingotIron]]
|
||||||
}
|
}
|
||||||
generatorUpgrade {
|
generatorUpgrade {
|
||||||
input: [[ingotIron, "", ingotIron]
|
input: [[ingotIron, "", ingotIron]
|
||||||
["oc:circuitBasic", pistonBase, "oc:circuitBasic"]
|
["oc:circuitBasic", craftingPiston, "oc:circuitBasic"]
|
||||||
["oc:craftingCircuitBoardPrinted", ingotIron, "oc:craftingCircuitBoardPrinted"]]
|
["oc:craftingCircuitBoardPrinted", ingotIron, "oc:craftingCircuitBoardPrinted"]]
|
||||||
}
|
}
|
||||||
navigationUpgrade {
|
navigationUpgrade {
|
||||||
@ -83,12 +83,12 @@ navigationUpgrade {
|
|||||||
}
|
}
|
||||||
signUpgrade {
|
signUpgrade {
|
||||||
input: [[ingotIron, dyePowder, ingotIron]
|
input: [[ingotIron, dyePowder, ingotIron]
|
||||||
["oc:circuitAdvanced", stickWood, "oc:circuitAdvanced"]
|
["oc:circuitBasic", stickWood, "oc:circuitBasic"]
|
||||||
[ingotIron, pistonStickyBase, ingotIron]]
|
[ingotIron, pistonStickyBase, ingotIron]]
|
||||||
}
|
}
|
||||||
solarGeneratorUpgrade {
|
solarGeneratorUpgrade {
|
||||||
input: [[glass, glass, glass]
|
input: [[glass, glass, glass]
|
||||||
["oc:circuitAdvanced", "oc:craftingGenerator", "oc:circuitAdvanced"]]
|
["oc:circuitElite", "oc:craftingGenerator", "oc:circuitElite"]]
|
||||||
}
|
}
|
||||||
|
|
||||||
nuggetIron {
|
nuggetIron {
|
||||||
|
@ -75,23 +75,22 @@ generatorUpgrade {
|
|||||||
["oc:circuitAdvanced",craftingGenerator , "oc:circuitAdvanced"]
|
["oc:circuitAdvanced",craftingGenerator , "oc:circuitAdvanced"]
|
||||||
[screwStainlessSteel, craftingToolScrewdriver, screwStainlessSteel]]
|
[screwStainlessSteel, craftingToolScrewdriver, screwStainlessSteel]]
|
||||||
}
|
}
|
||||||
#todo
|
navigationUpgrade {
|
||||||
#navigationUpgrade {
|
input: [[craftingRawMachineTier02, compass, screwStainlessSteel]
|
||||||
# input: [[ingotGold, compass, ingotGold]
|
["oc:circuitElite", {item=map, subID=any}, "oc:circuitElite"]
|
||||||
# ["oc:circuitElite", {item=map, subID=32767}, "oc:circuitElite"]
|
[screwStainlessSteel, potion, craftingToolScrewdriver]]
|
||||||
# [ingotGold, potion, ingotGold]]
|
}
|
||||||
#}
|
signUpgrade {
|
||||||
#todo
|
input: [[screwAluminium, dyePowder, screwAluminium]
|
||||||
#signUpgrade {
|
["oc:circuitBasic", stickWood, "oc:circuitBasic"]
|
||||||
# input: [[ingotIron, dyePowder, ingotIron]
|
[screwAluminium, craftingToolScrewdriver, screwAluminium]]
|
||||||
# ["oc:circuitAdvanced", stickWood, "oc:circuitAdvanced"]
|
}
|
||||||
# [ingotIron, pistonStickyBase, ingotIron]]
|
|
||||||
#}
|
solarGeneratorUpgrade {
|
||||||
#todo
|
input: [[screwTitanium, "", screwTitanium]
|
||||||
#solarGeneratorUpgrade {
|
["oc:circuitElite", {item=tile.GT_Components,subID=7} , "oc:circuitElite"]
|
||||||
# input: [[glass, glass, glass]
|
[screwTitanium, craftingToolScrewdriver, screwTitanium]]
|
||||||
# ["oc:circuitAdvanced", "oc:craftingGenerator", "oc:circuitAdvanced"]]
|
}
|
||||||
#}
|
|
||||||
|
|
||||||
|
|
||||||
cuttingWire {
|
cuttingWire {
|
||||||
|
@ -248,7 +248,7 @@ object Recipes {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case other => throw new RecipeException("Invalid ingredient type (not a map or string): "+other)
|
case other => throw new RecipeException("Invalid ingredient type (not a map or string): " + other)
|
||||||
}
|
}
|
||||||
|
|
||||||
private def itemNameEquals(item: Item, name: String) =
|
private def itemNameEquals(item: Item, name: String) =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user