All versions
1.10
Release
Winter Particles 1.10last week 46
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Changes
v1.10 (2026-09-17)
✨ New Features
- Snow Digging Particles — snow particle bursts while digging snow blocks (snow, snow_block, powder_snow) with a shovel
- Continuous particles at the hit position while mining
- Extra burst when the block actually breaks (works in creative too, via mixin)
- Configurable:
enableDigParticles,digParticlesPerBurst
- Physics Particles — new custom particle type
snowparticles:physics_snow(opt-in, off by default)- Snowflakes collide with blocks via vanilla collision, bounce off the ground with configurable
bounceFactor - Bounce off walls with damping, settle and rest on the ground until lifetime ends
- Occlusion: particles disappear when inside solid/opaque blocks
- Wind still affects physics snowflakes in flight
- Snowflakes collide with blocks via vanilla collision, bounce off the ground with configurable
🔧 Code Improvements
- New
CollidingSnowParticle(customSingleQuadParticlewith own physics tick on top of vanillamove()) - New
ModParticles(particle type + factory registration),DigParticleHandler,ShovelDigMixin - Wind getters exposed (
getWindX/getWindZ) for the physics particle
🌐 Translations
- Added English and Russian strings for digging and physics settings
✨ Новые возможности
- Частицы при копании снега — всплески снежных частиц при копании снежных блоков (snow, snow_block, powder_snow) лопатой
- Непрерывные частицы в точке удара во время копания
- Дополнительный всплеск при фактическом разрушении блока (работает и в креативе, через mixin)
- Настраивается:
enableDigParticles,digParticlesPerBurst
- Физика частиц — новый кастомный тип частиц
snowparticles:physics_snow(опционально, по умолчанию выключен)- Снежинки сталкиваются с блоками через ванильные коллизии, отскакивают от земли с настраиваемой
bounceFactor - Отскок от стен с затуханием, частицы оседают и лежат на земле до конца времени жизни
- Окклюзия: частицы исчезают внутри твёрдых/непрозрачных блоков
- Ветер по-прежнему влияет на физические снежинки в полёте
- Снежинки сталкиваются с блоками через ванильные коллизии, отскакивают от земли с настраиваемой
🔧 Улучшения кода
- Новый
CollidingSnowParticle(кастомныйSingleQuadParticleсо своей физикой поверх ванильногоmove()) - Новые
ModParticles(регистрация типа + фабрики),DigParticleHandler,ShovelDigMixin - Открыты геттеры ветра (
getWindX/getWindZ) для физической частицы
🌐 Переводы
- Добавлены английские и русские строки для настроек копания и физики
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:D6fR2nMd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TThxWDad:D6fR2nMd"
}

