Jump to content

Recommended Posts

Posted

Take a look at RenderEntityItem.

 

Where can I find this? All I've found is the github page which is still very much obfuscated, and there is no class under this name I can import.

 

I probably should have said, this is for 1.7.10.

I have no idea what I'm doing.

Posted

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.

Posted

Take a look at RenderEntityItem.

 

Where can I find this? All I've found is the github page which is still very much obfuscated, and there is no class under this name I can import.

 

I probably should have said, this is for 1.7.10.

 

net.minecraft.client.renderer.entity.RenderEntityItem.class

 

probably is the same for 1.7... idk..

// BSc CIS, hardcore gamer and a big fan of Minecraft.

 

TmzOS ::..

Posted

Take a look at RenderEntityItem.

 

Where can I find this? All I've found is the github page which is still very much obfuscated, and there is no class under this name I can import.

 

I probably should have said, this is for 1.7.10.

 

net.minecraft.client.renderer.entity.RenderEntityItem.class

 

probably is the same for 1.7... idk..

 

It's not there, I think they added it in 1.8 when a lot of the rendering code changed.

 

Is there another way of doing what I want to do, or can I write the class myself (or could somebody with the class upload it is even possible to implement into a mod)?

I have no idea what I'm doing.

Posted

I actually have some code to render items using 3D models (made in Techne or Tabula) in the inventory - could this somehow be manipulated to use the standard models instead of custom ones?

I have no idea what I'm doing.

Posted

It's RenderItem in 1.7.10. You could have found that yourself, seriously. And why are you on 1.7.10 anyways...

 

Alright thanks I will look into that. I'm surprised I didn't see that myself to be honest.

I'm making the mod for 1.7.10 so I can use it with existing modpacks. I plan on making a 1.8 version straight after.

I have no idea what I'm doing.

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.