All versions
2.6.5
Release
1.21.112 months ago 85.4K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
[ENG] Atmospherics 2.6.5
New Features
- Added Air Haze.
- Added weather storms to desert biomes.
- Added new wind particles.
- Added Sun & Moon rotation controls.
- Added support for a second layer in Story Mode Clouds.
Improvements
- Added a new Sun texture.
- Improved comet visuals.
- Comets now travel at a consistent angle.
- Moved the Meteors option to the Advanced menu.
- Restored the Cloud Night Darkening slider.
Fixes
- Fixed preset importing on macOS.
- Fixed an issue causing extremely dark nights.
- Fixed the Ctrl + Z (Undo) hotkey.
- Fixed menu scaling issues on Full HD displays.
- Disabled lightning flashes in desert biomes during thunderstorms.
- Atmospheric Haze now automatically disables Enhanced Transparency when required.
Changes
- Removed the Fog Density button.
- Various minor tweaks and improvements.
Miscellaneous
- Added new bugs so there will be something to fix in the next update. :)
[RUS] Atmospherics 2.6.5
Новые возможности
- Добавлена Воздушная дымка.
- Добавлены погодные бури в пустынных биомах.
- Добавлены новые частицы ветра.
- Добавлена настройка поворота Солнца и Луны.
- Добавлена поддержка второго слоя для Story Mode Clouds.
Улучшения
- Добавлена новая текстура Солнца.
- Улучшен внешний вид комет.
- Теперь все кометы летят под одним углом.
- Настройка метеоров перенесена в меню «Дополнительно».
- Возвращён ползунок «Ночное затемнение облаков».
Исправления
- Исправлен импорт пресетов на macOS.
- Исправлена проблема с чрезмерно тёмными ночами.
- Исправлен хоткей Ctrl + Z (отмена действия).
- Исправлены проблемы с масштабированием интерфейса на Full HD мониторах.
- Отключены вспышки молний в пустынных биомах во время грозы.
- Для Воздушной дымки добавлено автоматическое отключение «Улучшенной прозрачности» при необходимости.
Изменения
- Удалена кнопка настройки плотности тумана.
- Внесены различные мелкие улучшения и изменения.
Прочее
- Добавлены новые баги, чтобы было что фиксить. :)

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

