All versions
2.5
Release
2.53 months ago 743
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
ENG
- Added a new Biomes menu with OVERWORLD, NETHER, and END tabs.
- You can now quickly teleport to the nearest selected biome directly from the menu, if cheats are enabled and the player is in Creative or Spectator mode.
- Added a new toggle to enable/disable the mod’s cloud shading (new solid cloud color style).
- Added an information panel to the Biomes menu and the ability to mark biomes with a green “X” as configured.
- Added a new “Haze” tab with separate biome settings for color, intensity, brightness, height, and radius.
- Sky color and cloud color now use the same biome blending speed parameter as fog.
- Improved the “What’s New?” screen.
- Updated Source Preset.
- Other improvements.
RUS
- Добавлено новое меню Биомы с вкладками OVERWORLD, NETHER и END.
- Теперь можно быстро телепортироваться в ближайший выбранный биом прямо из меню, если включены читы и игрок находится в режиме Креатив или Наблюдатель.
- Новый переключатель отключения и включения шейдинга облаков мода (новый вид, сплошный цвет облаков)
- В меню Биомы добавлена информационная панель и возможность помечать биомы зелёной X меткой как уже настроенные.
- Добавлена новая вкладка "Дымка" с отдельными биомными настройками цвета, силы, осветления, высот и радиуса.
- Цвет неба и цвет облаков теперь использует тот же параметр Скорость смешивания между биомами, что и туман.
- Улучшен экран Что нового?
- Обновлён Source Preset.
- Прочие улучшения.
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:ft2cYBpB:D0Djmstp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ft2cYBpB:D0Djmstp"
}

