Modscraper Modscraper Minecraft
More Fox Variants API logo

More Fox Variants API

Mod

Lightweight API to implement new fox variants.

Type

Mod

Modrinth Downloads

66

Modrinth ID

FGPy4Dsn

Last Updated

Jun 16, 2026

Description

Logo

Modrinth Modrinth

Downloads Versions

 

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.- 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.

BisectHosting

Compatibility

Mod Loaders

Fabric

Game Versions

26.1 26.1.1 26.2

Similar Mods

External Resources