← Назад к ресурсам

Biome Tag Villagers

Changes Villager Types to use Tags instead of just Biomes!

Modrinth game-mechanics mobs utility

Описание

# This mod is Archived! Please go use Lithostitched: https://modrinth.com/mod/lithostitched # Biome Tag Villagers A mod that gives you control over how a villager will look in a biome via a set of tag lists! --- A small server side mod that changes the current hard coded villager biomes to instead have the game read a set of tags to determine what variant a villager will be in what biome. If a biome is in multiple tag lists, it will randomize between the two. ### Dependencies - Fabric api ### Configuration The mod has only server side config in the format of tags. It adds 6 new tags for each villager type (eg. snowy, taiga, savanna). This is just the standard minecraft biome tag. The Example datapack can be found [here](https://github.com/theendercore/BiomeTagVillagers/tree/21.x/example). ### For Mod Developers If you are a mod developer adding new villager types. You will just want to add the villager types to the map with `BiomeTagVillagers.addType(TAG_HERE, TYPE_HERE)`, or see example [here](https://github.com/theendercore/BiomeTagVillagers/blob/21.x/example/ExampleMod.java). Maven repository: ```gradle repositories { maven { url = "https://teamvoided.org/releases" } } ``` Dependency: ```gradle modImplementation "com.theendercore:biome_tag_villagers:1.3.0" ``` [![Kinetic Partner Banner](https://cdn.modrinth.com/data/cached_images/b1a434cb888cd675034184ac4173bb6e379e5f3a.png) Click on the banner or here to support me and my projects! :)](https://billing.kinetichosting.net/aff.php?aff=853) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/M4M7DWJCH)