Changed Texture After Shearing [RESOLVED]

Started by Xainyer on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Changed Texture After Shearing [RESOLVED]
Fri, 06/13/2025 - 21:00 (edited)

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
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The only way without custom…
Fri, 06/13/2025 - 20:16

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).

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks! I ended up following…
Fri, 06/13/2025 - 20:59

Thanks! I ended up following a tutorial from another person, and I got it to work!