how to make functionality like a tamed wolf?

Started by darkythedragon on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make functionality like a tamed wolf?

Hello everyone. I am making my mod for a creature that is essentially similar to a wolf, i.e. it is tamed, follows the owner and may not follow him, but for a better experience I want to add a texture that displays that the mob is currently sitting. How can this be done? (I have both models where the mob is standing and sitting)

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think this would be best…
Thu, 09/04/2025 - 20:07

I think this would be best done using an animation with a playback condition, but this could also be accomplished using model layers, having one layer for standing and one for sitting, with each having the corresponding model of course, and changing the display conditions accordingly, and then making the base model some tiny pixel that doesn't get seen cause it's inside both models. I hope I worded this okay and good luck with your mod! :)