Package codechicken.core.featurehack.mc

Examples of codechicken.core.featurehack.mc.TextureLavaFlowFX


            newTextures[1] = new TextureWaterFlowFX().texture;
        }
        if(replaceLava)
        {
            newTextures[2] = new TextureLavaFX().texture;
            newTextures[3] = new TextureLavaFlowFX().texture;
        }
       
        if(replaceWater || replaceLava)
        {
            MinecraftForge.EVENT_BUS.register(new LiquidTextures());
View Full Code Here

TOP

Related Classes of codechicken.core.featurehack.mc.TextureLavaFlowFX

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.