mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
fixed abstract bus cards being converted to memory when upgrading from OC 1.1
This commit is contained in:
parent
c96cc4ff0f
commit
636f4df433
@ -119,11 +119,11 @@ object Items {
|
||||
upgradeSign = new item.UpgradeSign(multi)
|
||||
upgradeNavigation = new item.UpgradeNavigation(multi)
|
||||
|
||||
abstractBus = new item.AbstractBusCard(multi)
|
||||
|
||||
ram4 = new item.Memory(multi, 3)
|
||||
ram5 = new item.Memory(multi, 4)
|
||||
|
||||
abstractBus = new item.AbstractBusCard(multi)
|
||||
|
||||
// v1.2.0
|
||||
server = new item.Server(multi)
|
||||
terminal = new item.Terminal(multi)
|
||||
|
Loading…
x
Reference in New Issue
Block a user