Started by
ShepardCael
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
So I've been trying to make a ice zombie mob, and I made a whole new texture based off of the zombie texture. I used the biped model, and when I loaded it in, the mob was missing it's left arm and leg. The AI was fine, the texture was fine. But it was missing those two things. Does anyone know why?
I'm using blockbench, and the texture size is 64x64,
Mob texture: https://drive.google.com/file/d/1peOKs706osaIIBxb2CfluLgEp8krSKO2/view?…
Mob in-game: https://drive.google.com/file/d/13LLgwBrnWpKtVSf_nOSARRskYJsDrLtQ/view?…
Edited by ShepardCael on Sun, 04/24/2022 - 15:09
This Video Might Help (it Helped Me)
https://youtu.be/A1Dy5tQkZpg
Maybe I'm a little bit late but I had a similar problem: Only the head was showing up.
The problem was that I was drawing only the layers of the body and not the body itself. If you draw on both the body and the layers everything will work correctly.