All versions
2.6
Release
2.63 months ago 6,643
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
EN:
- Added a separate weather haze darkening control in the Weather menu
- Removed the old haze Lightening slider and its legacy logic
- Increased the star amount limit from 1000 to 1500
- Added a star size slider
- Added a saved color palette to the Night Fog menu, similar to the main fog menu
- The mod now shows a custom suggestion panel for GUI Scale Auto or 5x+, recommending 4x
- Added customizable night comets
- Updated the design of all menus
- Added a purple sky tint during sunset
- Added a new editor menu for copying settings from one biome to selected biomes
- Added per-biome night haze settings
- Updated the default preset
- Added automatic Fog Occlusion disabling for Sodium
- Added automatic cloud render distance switching to 128 chunks for Sodium
- Added support for custom presets from resource packs Creation path: assets/atmospherics/preset/your_preset.json
- Added Ctrl+Z hotkey support to undo the last change in the editor
- Added a cloud grid map
RU:
- В меню Погода добавлена отдельная настройка затемнения дымки
- Полностью удалён старый слайдер Осветление для дымки и связанная с ним старая логика
- Лимит количества звёзд увеличен с 1000 до 1500.
- Добавлен слайдер размера звёзд
- В меню Ночной туман добавлена палитра сохранённых цветов, как в главном меню тумана
- При GUI Scale Auto или 5x+ мод теперь показывает отдельную плашку с рекомендацией переключиться на 4x
- Добавлены настраиваемые ночные кометы
- Обновлён дизайн всех меню
- Добавлен фиолетовый цвет неба во время заката
- Добавлено новое меню редактора: копирование настроек из одного биома в выбранные биомы
- Добавлены отдельные биомные настройки ночной дымки
- Обновлён стандартный пресет
- Добавлено автоматическое отключение Fog Occlusion для Sodium
- Добавлено автоматическое переключение дальности облаков на 128 чанков для Sodium
- Добавлена поддержка кастомных пресетов из ресурс-паков Путь для создания: assets/atmospherics/preset/your_preset.json
- Добавлен хоткей Ctrl+Z для отмены последнего изменения в редакторе
- Добавлена карта сетки облаков
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:AeWhtJ8F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ft2cYBpB:AeWhtJ8F"
}

