Mson 1.10.0 for Minecraft 1.21
Changelog
- Updated to 1.21
- Removed the deprecated
registerPlayerRenderer(String skinType, Function<EntityRendererFactory.Context, T> constructor)
method. You should now use the version that accepts a predicate instead. - Add the
RenderList
util class from MineLittlePony