Mson 1.9.0 for Minecraft 1.20.2
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.