
More Axolotl Variants API
modLightweight API to implement new axolotl variants.
byAkashiiKun+ 2 more
2.6M
202
Compatibility
Supported Loaders
fabricforgeneoforgequilt
Game Versions
Gallery

Works on Forge!

Works on Fabric!

Lightweight API to implement new axolotl variants.

Works on Forge!

Works on Fabric!

Summoning axolotl can be now done with a string value as the "Variant" nbt.
This is similar to the namespace system minecraft uses almost anywhere else but doesn't for some entity variants included the axolotl's.
For example this would be how to summon the vanilla lucy variant:
/summon minecraft:axolotl ~ ~ ~ {Variant:"minecraft:lucy"}
Or to summon a variant from More Axolotl:
/summon minecraft:axolotl ~ ~ ~ {Variant:"more-axolotl:neon"}
Information dedicated to modding using the API can be found in the Wiki.