Hiya guys, trying to figure out how to do this, I've followed a couple tutorials on the internet to just simply add mobs and what not. Now I have the default biped model, like the player character and villagers and such, but for whatever reason, it absolutely refuses to add the texture to the model, so it's just the jumbled black and purple boxes.
Curious if anyone can help me, here's the code:
RenderTest.java
testEntity.java
TutorialMod.java preInit event to load it.
I have the Wandering_Entity.png in the textures/models/ folder. I've tried changing the directory to other things, but no dice. I've made sure it isn't accidentally .png.png or anything.. I'm really at a loss on this one, but I'm sure it's something simple I'm overlooking, as it usually is. I don't think the ClientProxy or CommonProxy matters, as it is making the entity in game, but it's just lacking textures?