Posted February 21, 20169 yr So... I'm new to modding and have made a little progress using various sources. But I came across an error in my "RenderNate"(Nate being my custom entity) statement. have a look... public class ClientProxy extends CommonProxy{ @Override public void registerRenderers() { RenderingRegistry.registerEntityRenderingHandler(EntityNate.class, new RenderNate(new ModelNate(), 0.5F)); //Error here } }
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.