Package buildcraft.silicon

Examples of buildcraft.silicon.BlockLaser


  @Mod.EventHandler
  public void preInit(FMLPreInitializationEvent evt) {
    BuildCraftCore.mainConfiguration.save();

    laserBlock = new BlockLaser();
    laserBlock.setBlockName("laserBlock");
    CoreProxy.proxy.registerBlock(laserBlock);

    assemblyTableBlock = new BlockLaserTable();
    assemblyTableBlock.setBlockName("laserTableBlock");
View Full Code Here

TOP

Related Classes of buildcraft.silicon.BlockLaser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.