So, I'm making a mod for Minecraft 1.5.2 using Forge, and I tried to implement a mob.
The mob should look like this:

But when I run the client in Eclipse, the mob looks like this:

Can anyone tell me what I'm doing wrong?
(Code I've done is included here: http://www.mediafire.com/?4dj09os8mrbsal6)
I'd just like for someone to come forward and take a look at my files, to see what I am doing wrong.
Any help would be much appreciated ^ ^
The mob should look like this:
Click to reveal

But when I run the client in Eclipse, the mob looks like this:
Click to reveal

Can anyone tell me what I'm doing wrong?
(Code I've done is included here: http://www.mediafire.com/?4dj09os8mrbsal6)
I'd just like for someone to come forward and take a look at my files, to see what I am doing wrong.
Any help would be much appreciated ^ ^
3
So, the whole problem is that there is no textures?
Alright, I'll put it in and see if that fixes it.
EDIT: Doesn't seem to be doing much.
Can someone tell me how to set the mob texture location? And where to put it.
Sorry, I'm just a noob.
And can someone please just look at my code and see if I'm doing anything wrong?
EDIT 2: Alright, so now the models are working, but there's no leg or head animations, and the textures aren't working. Help!
Alright, I'll put it in and see if that fixes it.
EDIT: Doesn't seem to be doing much.
Can someone tell me how to set the mob texture location? And where to put it.
Sorry, I'm just a noob.
And can someone please just look at my code and see if I'm doing anything wrong?
EDIT 2: Alright, so now the models are working, but there's no leg or head animations, and the textures aren't working. Help!
The textures is not included in your code I believe.
Well, I think there are two problems. The first is that somewhere in the code, I think you may have accidentally coded it to render as a human. This could also be a techne error. The second error is that your .png doesn't seem to have the same name as the technical name of your mob.
