Mod More Axolotl Variants API by AkashiiKun69
- 1677048
- 578.56 KB
- 1.20.2
- November 23, 2022
- September 10, 2023
- API and LibraryMobs
Description
Mod Information
Name | More Axolotl Variants API | Author | AkashiiKun69 | Description | Axolotl Variants Extender API! |
---|---|---|---|---|---|
Information | Downloads: 1677048 Version: 1.20.2 Size: 578.56 KB Updated at: September 10, 2023 Created at: November 23, 2022 | Tags | API and Library Mobs |
Description
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