Biome Tag Villagers
Customizable Villager Appearance by Biomes Through Tag System!
A small server-side mod that replaces the hard-coded binding of villager types to biomes with a flexible tag system. Now the game determines which villager variant will appear in a specific biome based on customizable tag lists.
If a biome is included in multiple tag lists simultaneously, the game will randomly choose between available options.
Required Dependencies
- Fabric API
Configuration Settings
The mod has only server-side configuration in tag format. It adds 6 new tags for each villager type (for example, snowy, taiga, savanna). These are standard Minecraft biome tags.
An example datapack can be found here.
For Mod Developers
If you are developing mods and adding new villager types, you simply need to add these types to the map using BiomeTagVillagers.addType(TAG_HERE, TYPE_HERE). An implementation example is available here.
Maven repository:
repositories {
maven {
url = "https://teamvoided.org/releases"
}
}
Dependency:
modImplementation "com.theendercore:biome_tag_villagers:1.3.0"