mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
fixed redstone i/o block getting derped when upgrading from 1.1
This commit is contained in:
parent
636f4df433
commit
847b4e820c
@ -78,6 +78,7 @@ object Blocks {
|
||||
keyboard = new Keyboard(blockSpecial)
|
||||
powerDistributor = new PowerDistributor(blockSimple)
|
||||
powerConverter = new PowerConverter(blockSimple)
|
||||
redstone = new Redstone(blockSimpleWithRedstone)
|
||||
robotAfterimage = new RobotAfterimage(blockSpecial)
|
||||
robotProxy = new RobotProxy(blockSpecialWithRedstone)
|
||||
router = new Router(blockSimple)
|
||||
@ -91,8 +92,6 @@ object Blocks {
|
||||
blockSimple.subBlocks += screen2
|
||||
blockSimple.subBlocks += screen3
|
||||
|
||||
redstone = new Redstone(blockSimpleWithRedstone)
|
||||
|
||||
// v1.2.0
|
||||
serverRack = new Rack(blockSpecialWithRedstone)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user