mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 18:55:03 -04:00
changed ic2 names do to name change
This commit is contained in:
parent
993e67a2e4
commit
60c102752e
@ -117,7 +117,7 @@ transistor {
|
|||||||
}
|
}
|
||||||
chip1 {
|
chip1 {
|
||||||
type: assembly
|
type: assembly
|
||||||
input: [itemPartCircuit, {item="oc:item", subID=23}]
|
input: ["ic2.itemPartCircuit", {item="oc:item", subID=23}]
|
||||||
count: [1, 4]
|
count: [1, 4]
|
||||||
eu:25
|
eu:25
|
||||||
time: 480
|
time: 480
|
||||||
@ -125,7 +125,7 @@ chip1 {
|
|||||||
}
|
}
|
||||||
chip2 {
|
chip2 {
|
||||||
type: assembly
|
type: assembly
|
||||||
input: [itemPartCircuitAdv, {item="oc:item", subID=23}]
|
input: ["ic2.itemPartCircuitAdv", {item="oc:item", subID=23}]
|
||||||
count: [1, 8]
|
count: [1, 8]
|
||||||
eu: 25
|
eu: 25
|
||||||
time: 640
|
time: 640
|
||||||
@ -183,7 +183,7 @@ adapter {
|
|||||||
}
|
}
|
||||||
cable {
|
cable {
|
||||||
type: assembly
|
type: assembly
|
||||||
input: [itemCable, {item=item.GT_Dusts, subID=35}]
|
input: ["ic2.itemCable", {item=item.GT_Dusts, subID=35}]
|
||||||
count: [8, 1]
|
count: [8, 1]
|
||||||
eu: 32
|
eu: 32
|
||||||
time: 64
|
time: 64
|
||||||
@ -201,17 +201,17 @@ charger {
|
|||||||
}
|
}
|
||||||
case1 {
|
case1 {
|
||||||
input: [[screwAluminium, "oc:craftingCircuitBoardPrinted", craftingToolWrench]
|
input: [[screwAluminium, "oc:craftingCircuitBoardPrinted", craftingToolWrench]
|
||||||
[reactorVentSpread, craftingRawMachineTier01, "oc:circuitBasic"]
|
["ic2.reactorVentSpread", craftingRawMachineTier01, "oc:circuitBasic"]
|
||||||
[screwAluminium, "oc:craftingCPU", craftingToolScrewdriver]]
|
[screwAluminium, "oc:craftingCPU", craftingToolScrewdriver]]
|
||||||
}
|
}
|
||||||
case2 {
|
case2 {
|
||||||
input: [[screwStainlessSteel , "oc:craftingCircuitBoardPrinted", craftingToolWrench]
|
input: [[screwStainlessSteel , "oc:craftingCircuitBoardPrinted", craftingToolWrench]
|
||||||
[reactorVentGold, "oc:craftingCaseBasic", "oc:circuitAdvanced"]
|
["ic2.reactorVentGold", "oc:craftingCaseBasic", "oc:circuitAdvanced"]
|
||||||
[screwStainlessSteel, "oc:craftingCPU", craftingToolScrewdriver]]
|
[screwStainlessSteel, "oc:craftingCPU", craftingToolScrewdriver]]
|
||||||
}
|
}
|
||||||
case3 {
|
case3 {
|
||||||
input: [[screwTitanium , "oc:craftingCircuitBoardPrinted", craftingToolWrench]
|
input: [[screwTitanium , "oc:craftingCircuitBoardPrinted", craftingToolWrench]
|
||||||
[reactorVentDiamond, "oc:craftingCaseAdvanced", "oc:circuitElite"]
|
["ic2.reactorVentDiamond", "oc:craftingCaseAdvanced", "oc:circuitElite"]
|
||||||
[screwTitanium, "oc:craftingCPU", craftingToolScrewdriver]]
|
[screwTitanium, "oc:craftingCPU", craftingToolScrewdriver]]
|
||||||
}
|
}
|
||||||
diskDrive {
|
diskDrive {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user