Variant Lib

A library for data-driven mob variants. Usable by both datapackers and modders!

File Details

v0.3.0 (NeoForge 1.21.5)

  • B
  • Sep 30, 2025
  • 898.71 KB
  • 7
  • 1.21.5
  • NeoForge

File Name

variantlib-neoforge-0.3.0+1.21.5.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

NeoForge

implementation "curse.maven:variant-lib-1300138:7047519"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixes

  • Potentially fixed crashes involving reused entity render states and variants stored in those.
  • Improved memory usage on clients by implementing equals and hashCode in internal Variant Model classes.
  • Updated references to GitHub to utilize Greenhouse Forgejo instead.

Breaking Changes

This update contains a breaking change to the base Variant Model objects for mod developers, they are now abstract classes rather than an interface. Please read the above fix for more information.