Package mods.railcraft.client.render.models.bore

Examples of mods.railcraft.client.render.models.bore.ModelTunnelBore


    private static final ResourceLocation TEXTURE = new ResourceLocation(RailcraftConstants.CART_TEXTURE_FOLDER + "tunnel_bore.png");

    public RenderTunnelBore() {
        shadowSize = 0.5F;
        modelTunnelBore = new ModelTunnelBore();
    }
View Full Code Here

TOP

Related Classes of mods.railcraft.client.render.models.bore.ModelTunnelBore

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.