All versions
2.6.1
Release
2.6.12 months ago 148.1K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
EN:
- Weather has been reworked (weather now has its own colors regardless of biome).
- Changelog has been removed.
- New "Advanced" menu added.
- More beautiful sunsets and sunrises.
- New Sunset/Sunrise menu with color and time cycle adjustments.
- New sliders for changing the size of the sun and moon.
- Added glow effects for the sun and moon (also adjustable with sliders in the "Advanced" menu).
- New Story Mode Clouds sliders (now you can make clouds look similar to those in Complementary Reimagined shaders).
- Updated default preset.
- Other minor changes.
RU:
- Погода была переработана (теперь у неё собственные цвета вне зависимости от биома).
- Changelog был удалён.
- Добавлено новое меню «Дополнительно».
- Более красивые закаты и рассветы.
- Добавлено новое меню «Закат/Рассвет» с настройкой цветов и временных циклов.
- Добавлены новые слайдеры для изменения размера солнца и луны.
- Добавлено свечение для солнца и луны (также регулируется слайдерами в меню «Дополнительно»).
- Добавлены новые слайдеры Story Mode Clouds (теперь можно сделать облака похожими на облака из шейдеров Complementary Reimagined).
- Обновлён стандартный пресет.
- Другие мелкие изменения.

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

