Skip to content

Mson 1.9.0 for Minecraft 1.20.2

Compare
Choose a tag to compare
@Sollace Sollace released this 27 Sep 15:32
· 0 commits to 1.20 since this release
227d5b4

Changelog

  • Added bbmodel support and bbmodel exports using a runtime flag
  • Updated to 1.20.2
  • Registering custom player renderers has changed!
    You now have to specify the skin type as an identifier and provide a predicate for deciding which players to apply your renderer for.
    This is due to how mojang has changed the player renderers map internally. You can't just use player.getModel()#String any more.