mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-08 06:41:23 -04:00
Fixed a few recipes.
This commit is contained in:
parent
827f6ad4d8
commit
b72ea5a241
@ -69,12 +69,12 @@ hdd1 {
|
||||
[screwAluminium, craftingToolScrewdriver, "oc:circuitChip2"]]
|
||||
}
|
||||
hdd2 {
|
||||
input: [["oc:craftingHDDTier1", "oc:materialCircuitBoardPrinted" , "oc:craftingHDDTier1"]
|
||||
input: [["oc:hdd1", "oc:materialCircuitBoardPrinted" , "oc:hdd1"]
|
||||
["oc:circuitChip2", screwTitanium, "oc:circuitChip2"]
|
||||
[screwTitanium, craftingToolScrewdriver, screwTitanium]]
|
||||
}
|
||||
hdd3 {
|
||||
input: [["oc:craftingHDDTier2", "oc:materialCircuitBoardPrinted", "oc:craftingHDDTier2"]
|
||||
input: [["oc:hdd2", "oc:materialCircuitBoardPrinted", "oc:hdd2"]
|
||||
["oc:circuitChip3", screwTungstenSteel, "oc:circuitChip3"]
|
||||
[screwTungstenSteel , craftingToolScrewdriver, screwTungstenSteel]]
|
||||
}
|
||||
@ -283,7 +283,7 @@ rack {
|
||||
}
|
||||
redstone {
|
||||
input: [["", "oc:materialCircuitBoardPrinted", ""]
|
||||
[{block=BlockMetaID_Machine, subID=69}, craftingRawMachineTier02, "oc:redstoneCard"]
|
||||
[{block=BlockMetaID_Machine, subID=69}, craftingRawMachineTier02, "oc:redstoneCard1"]
|
||||
["oc:circuitChip2", "oc:materialCircuitBoardPrinted", "oc:circuitChip2"]]
|
||||
}
|
||||
switch {
|
||||
|
@ -121,17 +121,17 @@ linkedCard {
|
||||
|
||||
batteryUpgrade1 {
|
||||
input: [[ingotIron, nuggetGold, ingotIron]
|
||||
["oc:transistor", "oc:capacitor", "oc:transistor"]
|
||||
["oc:materialTransistor", "oc:capacitor", "oc:materialTransistor"]
|
||||
[ingotIron, nuggetGold, ingotIron]]
|
||||
}
|
||||
batteryUpgrade2 {
|
||||
input: [[ingotGold, "oc:capacitor", ingotGold]
|
||||
["oc:transistor", nuggetGold, "oc:transistor"]
|
||||
["oc:materialTransistor", nuggetGold, "oc:materialTransistor"]
|
||||
[ingotGold, "oc:capacitor", ingotGold]]
|
||||
}
|
||||
batteryUpgrade3 {
|
||||
input: [[diamond, "oc:capacitor", diamond]
|
||||
["oc:transistor", "oc:capacitor", "oc:transistor"]
|
||||
["oc:materialTransistor", "oc:capacitor", "oc:materialTransistor"]
|
||||
[diamond, "oc:capacitor", diamond]]
|
||||
}
|
||||
craftingUpgrade {
|
||||
|
Loading…
x
Reference in New Issue
Block a user