Package buildcraft.core.render

Examples of buildcraft.core.render.BlockHighlightHandler


      diamondGearItem = (new ItemGear()).setUnlocalizedName("diamondGearItem");
      CoreProxy.proxy.registerItem(diamondGearItem);
      OreDictionary.registerOre("gearDiamond", new ItemStack(diamondGearItem));

      MinecraftForge.EVENT_BUS.register(this);
      MinecraftForge.EVENT_BUS.register(new BlockHighlightHandler());
    } finally {
      if (mainConfiguration.hasChanged()) {
        mainConfiguration.save();
      }
    }
View Full Code Here

TOP

Related Classes of buildcraft.core.render.BlockHighlightHandler

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.