All versions
1.3
Release
Winter Particles 1.36 months ago 165
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
1.3 — Kinetic Vision Update ❄️
English
- View Projection: Particles now spawn in the direction you are looking. Fly through the snow on Elytra with a realistic "tunnel" effect.
- Smart Movement Toggles: Disabling particles for Elytra, Sprinting, or Sneaking now correctly reverts to the base snowfall rate instead of stopping it entirely.
- Granular Settings: Added individual toggles in ModMenu for Elytra, Sprinting, and Sneaking effects.
- Landing Fix: The "Landing Puff" effect now spawns precisely at your feet instead of hovering in the air.
- Improved Physics: Particles inherit player velocity, creating more natural and dynamic motion trails.
- Tech Fix: Fixed character encoding issues in configuration files (clean text in ModMenu).
Русский
- Вектор взгляда: Снег теперь спавнится там, куда вы смотрите. На элитрах это создает эффект полета «сквозь» метель.
- Умные переключатели: Отключение эффектов элитр, бега или приседания теперь корректно возвращает обычный снегопад, а не выключает его полностью.
- Гибкая настройка: В ModMenu добавлены отдельные переключатели для каждого типа движения (Элитры, Бег, Приседание).
- Фикс приземления: Эффект «снежного хлопка» теперь появляется строго под ногами, а не в воздухе.
- Улучшенная физика: Частицы наследуют скорость игрока, создавая реалистичные шлейфы при перемещении.
- Тех. исправления: Полностью исправлена кодировка файлов конфигурации (корректный текст в ModMenu).
Optional dependencies
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:xTskwBHu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TThxWDad:xTskwBHu"
}



