3.0.0
Compatibility
Changes
#ENG
Old Biomes 3.0.0 - Changelog
Changes
Biome Generation
- Completely reworked biome spawning logic.
- Adjusted biome spawn rates to better fit vanilla world generation.
- Rainforest spawn chance has been reduced from approximately 10% to 1.1%, allowing vanilla biomes to appear more naturally.
Ice Desert
- Completely reworked Ice Desert.
- Around 90% of the biome's issues have been fixed.
- Fixed one of the most common problems where lakes could generate above the shoreline.
Visual Improvements
- Reworked the color palette of Shrubland.

Seasonal Forest
- Fixed biome inaccuracies in Seasonal Forest.
- Fancy Oak Trees and flowers no longer generate there, as they were never intended to be part of this biome.

Fern Changes
- Since the mod now targets modern Minecraft versions, the custom Fern from Old Biomes has been removed.
- Old Biomes now uses the standard Minecraft fern instead.

Removed Biomes
The following biomes have been removed because they already exist in vanilla Minecraft and only interfered with normal world generation:
- Gravel Beach
- Sandy Beach
Optimization & Stability
- Cleaned up unnecessary code and unused additions.
- Improved overall optimization, performance, and stability.
Upcoming
- NeoForge 26.1 support is planned for a future update.
Thank you for using Old Biomes!
#RU
Old Biomes 3.0.0 — Список изменений
Изменения
Генерация биомов
- Полностью переработана логика генерации биомов.
- Скорректирована частота появления биомов для лучшей совместимости с ванильной генерацией мира.
- Частота появления Rainforest была снижена примерно с 10% до 1,1%, что позволяет ванильным биомам генерироваться более естественно.
Ice Desert
- Биом Ice Desert был полностью переработан.
- Исправлено около 90% проблем, связанных с этим биомом.
- Устранена одна из самых распространённых ошибок, при которой озёра могли генерироваться выше береговой линии.
Визуальные изменения
- Переработана цветовая гамма Shrubland.

Seasonal Forest
- Исправлены несоответствия в биоме Seasonal Forest.
- Fancy Oak Tree и цветы больше не генерируются в этом биоме, так как изначально не должны были там присутствовать.

Изменения Fern
- Поскольку мод ориентирован на современные версии Minecraft, собственное растение Fern из Old Biomes было удалено.
- Теперь используется стандартный папоротник из Minecraft.

Удалённые биомы
Следующие биомы были удалены, так как они уже присутствуют в ванильной игре и только мешали корректной генерации мира:
- Gravel Beach
- Sandy Beach
Оптимизация и стабильность
- Удалён лишний код и ненужные элементы.
- Улучшены оптимизация, производительность и общая стабильность мода.
В планах
- В будущих обновлениях ожидается переход на NeoForge 26.1.
Спасибо, что пользуетесь Old Biomes!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vC59DkfR:CYADcuHu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vC59DkfR:CYADcuHu"
}

