Jump to content

[1.6.4].registerEntityRenderingHandler Not Working || Help Needed!


RetsuWolf

Recommended Posts

Greetings! I've been trying to add a mob lately and have had no success. If ANYONE knows of any good tutorials for adding mobs in 1.6.4 it would be greatly appreciated if you could direct me to the tutorial. Anyways when I try to register the mob in my ClientProxy class it gives me an error.

 

In Proxy Class:

 

RenderingRegistry.registerEntityRenderingHandler(EntityGiantRat.class, new RenderGiantRat(new ModelGiantRat(), 0.5F));

 

 

It wants me to change .registerEntityRenderingHandler() to .registerBlockHandler() but when I do change it it wants me to change it back to .registerRenderingHandler() and so on. Does ANYONE know how to add custom mobs or why this isn't working? I've been trying to figure this out for hours and hours. Any help is greatly appreciated!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.