Jump to content

Recommended Posts

Posted

Hi there, I have coded in my mob as I usually would, so I run the game and spawn it, I hear its first couple of sounds before I crash.

 

Here is the error report:

 

  Reveal hidden contents

 

 

And here is the Render class

 

 

  Reveal hidden contents

 

 

Can anyone help me fix this please? I literally just copied the cows Render code so I dont see why it dosnt work,

 

Thanks,

 

Will

Posted

Yes I have registered the Entity and I have registered the Renderer,

 

heres how I have registered the Entity

EntityRegistry.registerModEntity(EntityHippogriff.class, "Hippogriff", 44, this, 40, 3, true);

 

And here is how I have registered the Renderer

RenderingRegistry.registerEntityRenderingHandler(EntityHippogriff.class, new RenderHippogriff(null, 0));

 

  On 8/4/2013 at 9:36 PM, GotoLink said:

Why using obfuscated names ?  :(

 

What do you mean by "obfuscated names"?

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.