All versions
2.6.6
Release
2.6.62 weeks ago 48.1K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
ENG:
- Fixed the tint of the second cloud layer.
- Added VulkanMod support (clouds are currently not supported).
- Fixed weather issues in the Windswept Hills biome.
- Added an option to enable or disable the sun texture.
- Increased the maximum height of SMC clouds from 128 to 512.
- Added a "Select All Biomes" button to the Editor.
- Fixed Russian localization in the Editor menu.
- Added customizable sunrise and sunset colors for clouds and twilight.
- Added customizable night sky and cloud colors (globally and per-biome).
- Removed the dependency on Sodium.
- Improved compatibility with Voxy.
- Fixed flickering and color issues with the second cloud layer.
- Stars now appear slightly later at dusk.
- Removed aerial haze while underwater.
- Added colored stars, refreshed their appearance, and introduced a new "Size Variation" slider.
- Added animated aerial haze during sandstorms.
- Sandstorms now use a dense sand particle texture instead of a single-particle texture.
- Wind streak settings have been temporarily removed.
- Increased the Undo (Ctrl + Z) history from 1 to 10 actions.
- Aerial haze is now automatically disabled when shaders are enabled.
- Bottom-screen notifications now disappear after 3 seconds.
- Added a Vanilla preset to the preset library.
- Updated the default preset.
RUS:
- Исправлен оттенок второго слоя облаков.
- Добавлена поддержка VulkanMod (облака пока не поддерживаются).
- Исправлена погода в биоме Windswept Hills.
- Добавлена возможность включать и отключать текстуру солнца.
- Максимальная высота отображения SMC-облаков увеличена с 128 до 512.
- В редактор добавлена кнопка «Выбрать все биомы».
- Исправлены русские переводы в меню «Редактор».
- Добавлена настройка цвета облаков и сумерек во время рассвета и заката.
- Добавлена настройка цвета ночного неба и облаков (глобально и отдельно для каждого биома).
- Удалена зависимость от Sodium.
- Улучшена совместимость с Voxy.
- Исправлены дрожание и цвет второго слоя облаков.
- Звёзды теперь появляются немного позже.
- Удалена воздушная дымка под водой.
- Добавлены цветные звёзды, обновлён их внешний вид и новый ползунок «Разброс размера».
- Добавлена анимация движения воздушной дымки во время песчаных бурь.
- В песчаных бурях теперь используется текстура с множеством песчинок вместо одной.
- Временно удалены настройки полос ветра.
- История отмены (Ctrl + Z) увеличена с 1 до 10 действий.
- Воздушная дымка теперь автоматически отключается при использовании шейдеров.
- Уведомления в нижней части экрана теперь исчезают через 3 секунды.
- Добавлен пресет Vanilla в библиотеку пресетов.
- Обновлён стандартный пресет.

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:poByZmI7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ft2cYBpB:poByZmI7"
}

