Skip to content

Mson 1.10.0 for Minecraft 1.21

Compare
Choose a tag to compare
@Sollace Sollace released this 10 Jun 20:48
· 2 commits to 1.21 since this release
8048705

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