Started by
Xainyer
on
Topic category: Help with Minecraft modding (Java Edition)
So, I want to make the chicken mob to be shearable. I know how to do that. I want to know how to change its texture to a different thing.
Edited by Xainyer on Fri, 06/13/2025 - 21:00
The only way without custom coding would be to despawn the vanilla chicken and spawn in a custom sheared chicken entity. I know it isn't a perfect solution, and any nbt data would be difficult to copy over, but I am almost certain that there is no way to directly change the texture of a vanilla Minecraft mob without custom coding (and I don't know what that code would be either).
Thanks! I ended up following a tutorial from another person, and I got it to work!