Posted January 30, 20169 yr Guys, I'm sorry. I am still having problems with this. The entity spawns but is still only a white box. What am I doing wrong here? My client has this line RenderingRegistry.registerEntityRenderingHandler(EntityGiantLizard.class, RenderGiantLizard::new); in the init method. Am I doing something stupid like not actually making a call to the right method somewhere? Thank you in advance for your time.
January 30, 20169 yr Author Thank you. That mostly fixed it. I've seen many different tutorials telling me conflicting information.
January 30, 20169 yr Here's my line in ClientProxy, which appears to be different from you: RenderingRegistry.registerEntityRenderingHandler([Your AI Class].class, new [Mob Model Renderer Class](Minecraft.getMinecraft().getRenderManager(), new [Model Class] (), 0));
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.