Compatibility
Minecraft: Java Edition
26.1–26.1.1
Platforms
Supported environments
Client and server
Creators
Details
Licensed ARR
Published last week

Introduction
- Lightweight API that other mods can use to add new Fox Variants while keeping compatibility with each other
- Does not any new variants on its own
- Gives the possibility to add fox spawning on biomes using a custom tag.
Mod suggestions
WIP
Information for everyone
Summoning Command
Summoning fox 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 fox's.
For example this would be how to summon the vanilla snow variant:
/summon minecraft:fox ~ ~ ~ {variant:"minecraft:snow"}
Or to summon a variant from custom variants:
/summon minecraft:fox ~ ~ ~ {variant:"modid:variant"}
Information for Modders
Information dedicated to modding using the API can be found in the Wiki.




