Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.2–1.19.4
1.18.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Details
Â
Introduction
- Lightweight API that other mods can use to add new Axolotl Variants while keeping compatibility with each other
- Does not any new variants on its own
- Gives the possibility to add custom Axolotl Bucket Item models for modded variants
Out-Of-The-Box-Features
- Appends a tooltip for Axolotl Buckets that shows the age, variant and mod it comes from
- Changes the Axolotl Bucket Item Texture for all the vanilla variants to match the variant texture (Textures made by VRAXX)
Â
Mod suggestions
More Axolotl (Fabric & Forge soon) - KxmischesDomi
Â
More Axolotl Variants Mod (Fabric & Forge) - AkashiiKun69
Â
Information for everyone
Summoning Command
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 for Modders
Information dedicated to modding using the API can be found in the Wiki.