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

Biome Replacer (Neoforge)

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

3K загрузок15 подписчиковMITforgeneoforge

Обновлён 28 февраля 2025 г. · опубликован 26 июля 2024 г.

  • Side by side comparison
  • Dark forest replaced by a Cherry Grove

This mod has been offically merged with Biome Replacer Please go there to download.

Biome Replacer Banner
Server-side mod for precise biome control

Overview

Biome Replacer lets you control biome distribution without changing terrain generation. Replace any biome with another while preserving the landscape's shape and only changing biome-specific features like colors, mob spawns, and vegetation.

Use Cases:

  • Remove unwanted biomes
  • Fix mod compatibility issues
  • Enhance almost-perfect world seeds
  • Create custom world experiences
  • Complement worldgen mods like Terralith

Features

  • Simple Biome Swapping: Replace biomes with an easy rule system
  • Tag Support: Replace entire biome categories at once
  • Server-Side: No client installation needed
  • Easy Config: Simple properties file with intuitive syntax

Experimental Features

  • Chance based replacement: Replace any percentage of a biome

Compatibility

  • Works With: Vanilla biomes and most datapack biomes (including Terralith)
  • Limited Support: TerraBlender, Biolith or Lithosphere biomes (use their native options instead)
  • Generally Compatible: Works with most worldgen mods (report issues here)

Setup

  1. Install the mod on your server (or client if your playing singleplayer)
  2. Run the server once to generate config
  3. Find biome_replacer.properties in the config folder
  4. Add your replacement rules

Configuration

Basic Replacement

minecraft:dark_forest > minecraft:cherry_grove

Tag-Based Replacement

#minecraft:is_forest > minecraft:desert

Options

# Disable chat notifications
muteChatInfo = true

Examples

Forest to Cherry Grove

Config:

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

All Forests to Desert

Config:

#minecraft:is_forest > minecraft:desert

Replacing all forests with deserts

Mod Integration

Config:

terralith:lavender_forest > aurorasdeco:lavender_plains
terralith:lavender_valley > aurorasdeco:lavender_plains
Lavender Forest replaced by Lavender Plains

Fixing Problem Biomes

Config:

terralith:cave/infested_caves > minecraft:dripstone_caves
Infested Caves replaced by Dripstone Caves

Resources

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.21.1Релиз1.21.1, 1.21.2, 1.21.3, 1.21.4neoforge28 февраля 2025 г.Скачать (132 КБ)
1.31Релиз1.20.1forge28 февраля 2025 г.Скачать (31 КБ)
1.3Релиз1.20.1forge28 февраля 2025 г.Скачать (31 КБ)
1.2.1Релиз1.20.1forge30 января 2025 г.Скачать (28 КБ)
1.2-1.20.1Релиз1.20.1forge23 ноября 2024 г.Скачать (48 КБ)
1.2Релиз1.21, 1.21.1neoforge28 сентября 2024 г.Скачать (129 КБ)
1.1Релиз1.21, 1.21.1neoforge8 сентября 2024 г.Скачать (129 КБ)
1.0Релиз1.21, 1.21.1neoforge5 августа 2024 г.Скачать (44 КБ)

Ченджлог

1.21.1Релиз1.21.2, 1.21.3, 1.21.4 · 28 февраля 2025 г.

This update adds support for chance biome replacement, note it is seed based

for instance if you want a flower plains biome to be replaced by a forest 30% of the time you would put:

minecraft:sunflower_plains > minecraft:forest 0.3
1.31Релиз1.20.1 · 28 февраля 2025 г.

Biome chancing replacement is now seed based, you will get the same replacements aslong as the seed is the same.

The config file has been changed to

biome_replacer_forge.properties 

instead of

biome_replacer_neoforge.properties 

YOU WILL NEED TO UPDATE YOUR CONFIG FILE


1.3 Change log

This update adds support for chance biome replacement and fixed a startup crash

for instance if you want a flower plains biome to be replaced by a forest 30% of the time you would put:

minecraft:sunflower_plains > minecraft:forest 0.3
1.3Релиз1.20.1 · 28 февраля 2025 г.

This update adds support for chance biome replacement and fixed a startup crash

for instance if you want a flower plains biome to be replaced by a forest 30% of the time you would put:

minecraft:sunflower_plains > minecraft:forest 0.3
1.2.1Релиз1.20.1 · 30 января 2025 г.

Code backend changes, should play nicely now.

1.2-1.20.1Релиз1.20.1 · 23 ноября 2024 г.

Backported most recent version to 1.20.1

Marking this as release, I can't confirm all bugs are gone, so please report them in discord or github

1.2Релиз1.21, 1.21.1 · 28 сентября 2024 г.
  • Changed comments from # to !, please check your config files

  • Added the ability to silence the chat message in the config file

    (I suggest deleting the config file to get the new improvements auto generated)

  • small other code improvements

1.1Релиз1.21, 1.21.1 · 8 сентября 2024 г.

There are 2 small updates in this update

  • Fixed a bug where sometimes biome rules are being ignored

  • Added support for replacing biomes using biome tags

As an example:

#minecraft:is_forest > minecraft:desert

replaces all biomes tagged as forests with deserts

#minecraft:is_mountain > minecraft:badlands

replaces all biomes tagged as mountains with badlands

1.0Релиз1.21, 1.21.1 · 5 августа 2024 г.

Inital port, please contact me on discord if there are any errors.

Комментарии

Загружаем…