Set the block name for lasers
This commit is contained in:
parent
aa65b484ac
commit
e0f968eeb9
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ public class BuildCraftSilicon extends BuildCraftMod {
|
||||||
BuildCraftCore.mainConfiguration.save();
|
BuildCraftCore.mainConfiguration.save();
|
||||||
|
|
||||||
laserBlock = new BlockLaser();
|
laserBlock = new BlockLaser();
|
||||||
|
laserBlock.setBlockName("laserBlock");
|
||||||
CoreProxy.proxy.registerBlock(laserBlock);
|
CoreProxy.proxy.registerBlock(laserBlock);
|
||||||
|
|
||||||
assemblyTableBlock = new BlockLaserTable();
|
assemblyTableBlock = new BlockLaserTable();
|
||||||
|
|
Loading…
Add table
Reference in a new issue