Hello,
I am sorry if the topic discussion/location is misleading in any way, this is my first post here.
To the point:
I am trying to create an entity using Eclipse and forge (Minecraft version 1.7.2). I have created the Entity class correctly, as well as registered it, because on test launching I successfully created a white box that panics like heck. I wanted to give it a model, so I followed a tutorial on creating the Render class, the Model class, and editing the ClientProxy class. That is where I am stumped, completely. Basically, when I try to do the RenderingRegistry.registerEntityRenderingHandler code, it errors saying its not applicable.
This is the ClientProxy class:
I also have an error in the EntityRender class. For some reason, the last part of code says "Cannot cast from Entity to Entity Gorebiscus"
This is the code:
And heres the Entity class just in case:
And the main mod class:
If it helps, the Model class:
The model was made in Techne.
Thank you in advance, and once again, I apologize for anything wrong I did.