Set the block name for lasers

This commit is contained in:
Chris 2014-02-20 21:45:36 -08:00
parent aa65b484ac
commit e0f968eeb9

View file

@ -71,6 +71,7 @@ public class BuildCraftSilicon extends BuildCraftMod {
BuildCraftCore.mainConfiguration.save();
laserBlock = new BlockLaser();
laserBlock.setBlockName("laserBlock");
CoreProxy.proxy.registerBlock(laserBlock);
assemblyTableBlock = new BlockLaserTable();