Skip to content

Mson 1.11.0 for Minecraft 1.21.2/3

Compare
Choose a tag to compare
@Sollace Sollace released this 23 Oct 19:25
· 0 commits to 1.21 since this release
c88266d

Changelog

  • Updated to support versions past 1.21.2

Notable Changes in 1.21.3

  1. Clothing Parts
    Mojang changed the format of entity model clothing in this version. To update existing models you need to take the "left/right_sleeve", "left_right/pants", "jacket", and "hat" parts and move them to be children of their normal body part counterparts adjusting or removing the offset as neccessary.

  2. Player Capes and Elytra
    Player capes and elytra are now rendered using a separate feature for each part and thus has its own model extending BipedEntityModel. A mson:player_cape has been added to support this.

  3. Deadmou5 Ears
    The deadmou5 ears have also been moved to their own feature and model, and additionally have been changed to have separate left_ear and right_ear parts. The model file mson:player_ears has been added to support these.

  4. Due to #3 and #4, the cape and deadmsEars fields have been removed from the MsonPlayer model class.