Mod More Axolotl Variants API by AkashiiKun69

  • More Axolotl Variants API by AkashiiKun69

    Axolotl Variants Extender API!
    • 1677048
    • 578.56 KB
    • 1.20.2
    • November 23, 2022
    • September 10, 2023
    • API and Library
      Mobs
    More Axolotl Variants API
Mod Information
NameMore Axolotl Variants APIAuthorAkashiiKun69DescriptionAxolotl Variants Extender API!
InformationDownloads: 1677048
Version: 1.20.2
Size: 578.56 KB
Updated at: September 10, 2023
Created at: November 23, 2022
Tags
API and Library
Mobs

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