More Axolotl Variants API

More Axolotl Variants API

10M Downloads

More Axolotl Variants API

Java License: ARR

Modrinth Modrinth

Downloads Versions

This API simply lets you implement new axolotl variants.

To summon variants you use said identifiers. Example:

/summon minecraft:axolotl ~ ~ ~ {Variant:"minecraft:lucy"}

To add a new Axolotl Variant you just have to use these methods: ModdedAxolotlVariant.register(new ResourceLocation("yourmodid", "yourvariantname")).natural().build(); //to set a normal variant

ModdedAxolotlVariant.register(new ResourceLocation("yourmodid", "yourvariantname")).build(); //to set a breeding only variant