More Axolotl Variants API
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