Revert "Fixed config issue with multi-Block"
This reverts commit 0af366fb85
.
This commit is contained in:
parent
0af366fb85
commit
2123d65cac
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ public class AssemblyLine
|
|||
blockRejector = new BlockRejector(BLOCK_ID_PREFIX++);
|
||||
blockEncoder = new BlockEncoder(BLOCK_ID_PREFIX++);
|
||||
blockArmbot = new BlockArmbot(BLOCK_ID_PREFIX++);
|
||||
blockMulti = new BlockMulti(AssemblyLine.CONFIGURATION.getBlock("multiBlock", BLOCK_ID_PREFIX++).getInt());
|
||||
blockMulti = new BlockMulti(BLOCK_ID_PREFIX++);
|
||||
blockCraneController = new BlockCraneController(BLOCK_ID_PREFIX++);
|
||||
blockCraneFrame = new BlockCraneFrame(BLOCK_ID_PREFIX++);
|
||||
blockTurntable = new BlockTurntable(BLOCK_ID_PREFIX++);
|
||||
|
|
Loading…
Reference in a new issue