Mson 1.11.0 for Minecraft 1.21.2/3
Changelog
- Updated to support versions past 1.21.2
Notable Changes in 1.21.3
-
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. -
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. -
Deadmou5 Ears
The deadmou5 ears have also been moved to their own feature and model, and additionally have been changed to have separateleft_ear
andright_ear
parts. The model file mson:player_ears has been added to support these. -
Due to #3 and #4, the
cape
anddeadmsEars
fields have been removed from theMsonPlayer
model class.