Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Description
Biome Replacer is a small, server-side mod that allows you to replace one biome with another without affecting other aspects of world generation. This versatile tool is perfect for:
- Preventing specific datapack biomes from generating
- Ensuring modded biomes appear correctly
- Fine-tuning an almost-perfect seed
Key Features
- Direct Biome Replacement: Easily swap one biome for another using straightforward rules.
- Biome Tag Replacement: Replace entire groups of biomes at once using biome tags (e.g.,
#minecraft:is_forest
). - Chat Notifications: Optionally disable chat notifications for players when replacement rules are applied.
- Flexible Mod Compatibility: Works alongside biome libraries like TerraBlender and Biolith for seamless integration.
Configuration
Setting up Biome Replacer is straightforward:
- Locate the
biome_replacer_forge.properties
file in your config folder. - Add replacement rules using the following formats:
- Direct Replacement:
old_biome > new_biome
- Tag-Based Replacement:
#tag > new_biome
- Direct Replacement:
- Optional: Disable chat notifications by setting:
muteChatInfo = true
Note: While biomes added by libraries like TerraBlender or Biolith cannot be directly replaced, you can use Biome Replacer to adjust vanilla or datapack biomes to integrate modded ones.
Examples
Direct Biome Replacement
Configuration:
minecraft:dark_forest > minecraft:cherry_grove
Result:
Tag-Based Biome Replacement
Replace all biomes in the forest tag with deserts:
Configuration:
#minecraft:is_forest > minecraft:desert
Result: All forest-type biomes (e.g., Birch Forest, Dark Forest) are replaced by deserts.
Fixing Mod Compatibility
When using Terralith, ensure Aurora's Decorations’ Lavender Plains generates correctly:
Configuration:
terralith:lavender_forest > aurorasdeco:lavender_plains
terralith:lavender_valley > aurorasdeco:lavender_plains
Results:
Removing Unwanted Biomes
To replace Terralith's Infested Caves with Dripstone Caves:
Configuration:
terralith:cave/infested_caves > minecraft:dripstone_caves
Result:
Credits
- Original mod created by WerDei
- This version is a port of the original mod, made possible with WerDei's permission and support