Package powercrystals.minefactoryreloaded.block

Examples of powercrystals.minefactoryreloaded.block.BlockVanillaGlassPane


   
    if(MFRConfig.vanillaOverrideGlassPane.getBoolean(true))
    {
      Block.blocksList[Block.thinGlass.blockID] = null;
      Item.itemsList[Block.thinGlass.blockID] = null;
      Block.thinGlass = new BlockVanillaGlassPane();
      GameRegistry.registerBlock(Block.thinGlass, Block.thinGlass.getUnlocalizedName());
    }
    if(MFRConfig.vanillaOverrideIce.getBoolean(true))
    {
      Block.blocksList[Block.ice.blockID] = null;
View Full Code Here

TOP

Related Classes of powercrystals.minefactoryreloaded.block.BlockVanillaGlassPane

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.