Jump to content

[1.7.10] Game crash when trying to render block as icon


Recommended Posts

Posted

Hello.

My problem is well described by topic, however this is very annoying.

 

The line from ClientProxy, that is proved to render it:

MinecraftForgeClient.registerItemRenderer(Item.getItemFromBlock(FlagMod_Blocks.Plsmf), new ItemRendererSmall(new TileEntityPlsmf(), new RenderPlsmf()));

 

And the ItemRenderer:

http://pastebin.com/vXqkcT9A

 

And class, that should render model (works properly, but probably have to do something with problem):

http://pastebin.com/dLCvx83p

Posted

However, someone may still be able to help me.

 

Not here, though.  Forge has ceased support for 1.7.  You will need to go elsewhere.

 

That said:

You haven't shown enough of your code for me to even guess at what's going wrong.  You also didn't post the crash report which often narrows the problem down to a single line.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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