Variant Lib

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

File Details

v0.3.0 (Fabric 1.21.5)

  • B
  • Sep 30, 2025
  • 920.41 KB
  • 6
  • 1.21.5
  • Fabric

File Name

variantlib-fabric-0.3.0+1.21.5.jar

Supported Versions

  • 1.21.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:variant-lib-1300138:7047520"
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.