Package crazypants.enderio.machine.xp

Examples of crazypants.enderio.machine.xp.ExperienceObliskRenderer


    SpawnGuardRenderer sgr = new SpawnGuardRenderer();
    BlockSpawnGuard.renderId = BlockAttractor.renderId;
    ClientRegistry.bindTileEntitySpecialRenderer(TileSpawnGuard.class, sgr);
    MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(EnderIO.blockSpawnGuard), sgr);
   
    ExperienceObliskRenderer eor = new ExperienceObliskRenderer();
    BlockExperienceObelisk.renderId = BlockAttractor.renderId;
    ClientRegistry.bindTileEntitySpecialRenderer(TileExperienceOblisk.class, eor);
    MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(EnderIO.blockExperianceOblisk), eor);

    if(Config.useCombustionGenModel) {
View Full Code Here

TOP

Related Classes of crazypants.enderio.machine.xp.ExperienceObliskRenderer

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.