Fixed config issue with multi-Block

This commit is contained in:
DarkGuardsman 2013-07-16 19:06:15 -04:00
parent 9baa621c94
commit 0af366fb85

View file

@ -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(BLOCK_ID_PREFIX++);
blockMulti = new BlockMulti(AssemblyLine.CONFIGURATION.getBlock("multiBlock", BLOCK_ID_PREFIX++).getInt());
blockCraneController = new BlockCraneController(BLOCK_ID_PREFIX++);
blockCraneFrame = new BlockCraneFrame(BLOCK_ID_PREFIX++);
blockTurntable = new BlockTurntable(BLOCK_ID_PREFIX++);