Перейти к содержимому
Mineforgian

Biome Replacer

A quick way to get rid of a biome. Useful for tweaking datapack-based generators (like Terralith) that don't have a convenient configuration

4.2M загрузок339 подписчиковMITfabricforgeneoforgequilt

Обновлён 18 июня 2026 г. · опубликован 3 сентября 2023 г.

Biome Replacer Banner

Biome Replacer is a simple and easy-to-use utility mod for removing unwanted biomes

Features

  • Easy configuration: Simple properties file with intuitive syntax
  • Designed for datapacks Configure Terralith or other worldgen packs with ease*
  • (Limited) mod integration: Remove biomes from a mod that has no configuration of its own**
  • Server-side: No client installation needed (unless you want to use it in singleplayer, of course!)
  • High availability: From 1.18.2 up to the most current Minecraft version, all equally supported
  • Negligible performance impact: Runs only once on world start, does not slow down the generation

*Please note that Biome Replacer cannot change terrain shape. This means that it's impossible to change oceans to land, create ocean-only worlds, etc.

**The only currently supported biome libraries are TerraBlender & Blueprint, so you won't be able to change Biolith biomes, for example. Still, BR should not break, and will work fine alongside most world generation mods.

Setup

  1. Install the mod, then run your client/server once to generate configuration file
  2. Find biome_replacer.properties in the config folder
  3. Add your replacement rules (see examples below), then load up the world

If you made any mistakes, you will see warnings in chat. Check for typos in your biome IDs, and try again. If you still have issues, check out our troubleshooting guide for solutions to common mistakes.

Tip: on client, you don't deed to restart the game every time you change your rules, you can simply leave and enter the world again.

Examples

Rules follow the format old_biome > new_biome. Here is an example with vanilla biomes:

minecraft:dark_forest > minecraft:cherry_grove
Dark forest replaced by cherry grove

Using biome tags is supported:

#minecraft:is_forest > minecraft:desert
Two forest types replaced by Desert

it's possible to completely remove biomes using a "null" keyword. For example, these rules will remove Terralith's skylands:

terralith:skylands_autumn > null
terralith:skylands_winter > null
terralith:skylands_spring > null
terralith:skylands_summer > null

You can also use a biome tag to achieve the same effect:

#terralith:skylands > null

Important: if you're not careful, using this method on biomes from vanilla and datapacks can cause crashes, or mess up biome distribution. Please test thoroughly before using it in a world you care about!

Sky Island is removed

Advanced features

To target specific dimensions, use headers with dimension ID: [mod:dimension]. Rules following it will only be applied to a specified dimension. (Note that this typically isn't needed, unless you have custom dimensions that generate the same biomes, and you want to target only one of them)

[minecraft:overworld]
minecraft:desert > null

[custom:dimension]
minecraft:desert > minecraft:badlands

Resources

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
3.1-newt-fabricБета26.1, 26.1.1, 26.1.2, 26.2fabric18 июня 2026 г..jar (145 КБ)
3.1-newt-neoБета26.1, 26.1.1, 26.1.2, 26.2neoforge18 июня 2026 г..jar (217 КБ)
3.1-pinkeen-neoБета1.21.11neoforge18 июня 2026 г..jar (218 КБ)
3.1-minnow-fabricБета1.21.8, 1.21.9, 1.21.10, 1.21.11fabric18 июня 2026 г..jar (145 КБ)
3.1-minnow-neoБета1.21.7, 1.21.8, 1.21.9, 1.21.10neoforge18 июня 2026 г..jar (218 КБ)
3.1-hippo-fabricБета1.20.5, 1.20.6, 1.21, 1.21.1fabric18 июня 2026 г..jar (144 КБ)
3.1-hippo-neoБета1.20.5, 1.20.6, 1.21, 1.21.1neoforge18 июня 2026 г..jar (217 КБ)
3.1-hippo-forgeБета1.20.1, 1.20.2, 1.20.3, 1.20.4forge18 июня 2026 г..jar (397 КБ)
3.1-gecko-fabricБета1.19.3fabric18 июня 2026 г..jar (144 КБ)
3.1-gecko-forgeБета1.19.3forge18 июня 2026 г..jar (396 КБ)
3.1-toad-forgeБета1.18.2, 1.19, 1.19.1, 1.19.2forge18 июня 2026 г..jar (396 КБ)
3.1-toad-fabricБета1.18.2, 1.19, 1.19.1, 1.19.2fabric18 июня 2026 г..jar (143 КБ)
3.0-newt-fabricБета26.1, 26.1.1, 26.1.2, 26.2fabric16 июня 2026 г..jar (145 КБ)
3.0-newt-neoБета26.1, 26.1.1, 26.1.2, 26.2neoforge16 июня 2026 г..jar (217 КБ)
3.0-pinkeen-neoБета1.21.11neoforge16 июня 2026 г..jar (218 КБ)

Показаны последние 15 из 59 версий. Все версии — на Modrinth.

Ченджлог

3.1-newt-fabricБета26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.

Reminder: if you used Biome Replacer in the past and are planning to update to Minecraft 26.1+, you need to take action to prevent world corruption.
More information here: https://github.com/WerDei/Biome-Replacer/blob/master/docs/RECOVERY-26.1.md

Changelog:

  • Fixed a rare crash when Biome Replacer, Adventure Platform and Terrablender were all installed together
  • Improved dimension ID parsing
3.1-newt-neoБета26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.

Reminder: if you used Biome Replacer in the past and are planning to update to Minecraft 26.1+, you need to take action to prevent world corruption.
More information here: https://github.com/WerDei/Biome-Replacer/blob/master/docs/RECOVERY-26.1.md

Changelog:

  • Fixed a rare crash when Biome Replacer, Adventure Platform and Terrablender were all installed together
  • Improved dimension ID parsing
3.1-pinkeen-neoБета1.21.11 · 18 июня 2026 г.

Reminder: if you used Biome Replacer in the past and are planning to update to Minecraft 26.1+, you need to take action to prevent world corruption.
More information here: https://github.com/WerDei/Biome-Replacer/blob/master/docs/RECOVERY-26.1.md

Changelog:

  • Fixed a rare crash when Biome Replacer, Adventure Platform and Terrablender were all installed together
  • Improved dimension ID parsing
3.1-minnow-fabricБета1.21.9, 1.21.10, 1.21.11 · 18 июня 2026 г.

Reminder: if you used Biome Replacer in the past and are planning to update to Minecraft 26.1+, you need to take action to prevent world corruption.
More information here: https://github.com/WerDei/Biome-Replacer/blob/master/docs/RECOVERY-26.1.md

Changelog:

  • Fixed a rare crash when Biome Replacer, Adventure Platform and Terrablender were all installed together
  • Improved dimension ID parsing
3.1-minnow-neoБета1.21.8, 1.21.9, 1.21.10 · 18 июня 2026 г.

Reminder: if you used Biome Replacer in the past and are planning to update to Minecraft 26.1+, you need to take action to prevent world corruption.
More information here: https://github.com/WerDei/Biome-Replacer/blob/master/docs/RECOVERY-26.1.md

Changelog:

  • Fixed a rare crash when Biome Replacer, Adventure Platform and Terrablender were all installed together
  • Improved dimension ID parsing
3.1-hippo-fabricБета1.20.6, 1.21, 1.21.1 · 18 июня 2026 г.

Reminder: if you used Biome Replacer in the past and are planning to update to Minecraft 26.1+, you need to take action to prevent world corruption.
More information here: https://github.com/WerDei/Biome-Replacer/blob/master/docs/RECOVERY-26.1.md

Changelog:

  • Fixed a rare crash when Biome Replacer, Adventure Platform and Terrablender were all installed together
  • Improved dimension ID parsing
3.1-hippo-neoБета1.20.6, 1.21, 1.21.1 · 18 июня 2026 г.

Reminder: if you used Biome Replacer in the past and are planning to update to Minecraft 26.1+, you need to take action to prevent world corruption.
More information here: https://github.com/WerDei/Biome-Replacer/blob/master/docs/RECOVERY-26.1.md

Changelog:

  • Fixed a rare crash when Biome Replacer, Adventure Platform and Terrablender were all installed together
  • Improved dimension ID parsing
3.1-hippo-forgeБета1.20.2, 1.20.3, 1.20.4 · 18 июня 2026 г.

Reminder: if you used Biome Replacer in the past and are planning to update to Minecraft 26.1+, you need to take action to prevent world corruption.
More information here: https://github.com/WerDei/Biome-Replacer/blob/master/docs/RECOVERY-26.1.md

Changelog:

  • Fixed a rare crash when Biome Replacer, Adventure Platform and Terrablender were all installed together
  • Improved dimension ID parsing

Полная история изменений — на Modrinth.

Комментарии

Загружаем…