1.20.1
More Axolotl Variants API (26.2, 1.20.1) – Library for AkashiiKun69's Mods
More Axolotl Variants API lets you implement new axolotl variants. Also changes how axolotls are registered from an int to a tag ("minecraft:lucy" for example). 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(); […]