All versions
1.6
Release
Winter Particles 1.65 months ago 217
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
❄️ Новое:
- Система пресетов: Добавлена новая команда
/snowparticles preset <название>. - Доступные режимы:
light_snow— Легкий, спокойный снежок для создания атмосферы.classic_winter— Сбалансированные настройки для повседневной игры.blizzard_preset— Интенсивная метель с сильным ветром и плотным снегопадом.
- Улучшение команд: В команду
/snowparticles infoдобавлена информация о текущем пресете и расширенные данные о системе ветра.
🛠️ Исправления и изменения:
- Оптимизирована работа кэша частиц при мгновенной смене настроек.
- Файлы локализации обновлены (добавлена поддержка пресетов для RU и EN).
- Поле конфигурации теперь корректно синхронизируется при использовании команд.
❄️ New Features:
- Preset System: Added a new command
/snowparticles preset <name>. - Available Modes:
light_snow— Calm and subtle snowfall for a cozy atmosphere.classic_winter— Balanced settings perfect for daily gameplay.blizzard_preset— Intense snowstorm with strong winds and high density.
- Command Improvements: The
/snowparticles infocommand now displays the active preset and detailed wind system data.
🛠️ Fixes & Tweaks:
- Optimized particle cache for instant visual updates when changing settings.
- Updated localization files (added preset support for EN and RU).
- Fixed config synchronization issues when applying settings via console.
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:TThxWDad:BKpa1NgC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TThxWDad:BKpa1NgC"
}

