mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 17:28:52 -04:00
parent
6837c7e02f
commit
7295b36c11
@ -302,7 +302,7 @@ leashUpgrade {
|
||||
}
|
||||
navigationUpgrade {
|
||||
input: [[ingotGold, compass, ingotGold]
|
||||
["oc:circuitChip2", {item=map, subID=any}, "oc:circuitChip2"]
|
||||
["oc:circuitChip2", {item=filled_map, subID=any}, "oc:circuitChip2"]
|
||||
[ingotGold, potion, ingotGold]]
|
||||
}
|
||||
pistonUpgrade {
|
||||
|
@ -144,7 +144,7 @@ generatorUpgrade {
|
||||
navigationUpgrade {
|
||||
# 2 = MV Casing
|
||||
input: [[{block="gt.blockcasings", subID=2}, compass, screwStainlessSteel]
|
||||
["oc:circuitChip3", {item=map, subID=any}, "oc:circuitChip3"]
|
||||
["oc:circuitChip3", {item=filled_map, subID=any}, "oc:circuitChip3"]
|
||||
[screwStainlessSteel, potion, craftingToolScrewdriver]]
|
||||
}
|
||||
signUpgrade {
|
||||
@ -341,4 +341,4 @@ screen3 {
|
||||
input: [[plateTitanium, "oc:materialCircuitBoardPrinted", craftingToolWrench]
|
||||
["oc:circuitChip3", "oc:screen2", "oc:circuitChip3"]
|
||||
[plateTitanium, "oc:materialCircuitBoardPrinted", craftingToolScrewdriver]]
|
||||
}
|
||||
}
|
||||
|
@ -169,7 +169,7 @@ inventoryControllerUpgrade {
|
||||
}
|
||||
navigationUpgrade {
|
||||
input: [[ingotGold, compass, ingotGold]
|
||||
["oc:circuitChip3", {item=map, subID=any}, "oc:circuitChip3"]
|
||||
["oc:circuitChip3", {item=filled_map, subID=any}, "oc:circuitChip3"]
|
||||
[ingotGold, potion, ingotGold]]
|
||||
}
|
||||
signUpgrade {
|
||||
|
Loading…
x
Reference in New Issue
Block a user