All versions
1.9
Release
Winter Particles 1.93 days ago 41
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
✨ New Features
- Movement Trails — particles now leave a trail behind the player when sprinting or flying with elytra
- Configurable particles per segment (
trailParticlesPerTick) - Configurable trail width (
trailWidth) - New config category: "Movement Trails"
- Configurable particles per segment (
🔧 Code Improvements
- Fixed config cache — all particle type setters now automatically save changes to file
setParticleType,setNetherParticleType,setEndParticleTypecallsave()- Presets also correctly save via
applyPresetUpdate
- Added missing getters/setters for new trail settings
🌐 Translations
- Added English and Russian strings for new trails category and all its settings
✨ Новые возможности
- Следы от движения — частицы теперь оставляют след за игроком при спринте и полёте на элитрах
- Настраиваемое количество частиц на сегмент (
trailParticlesPerTick) - Настраиваемая ширина следа (
trailWidth) - Новая категория в конфиге: «Следы от движения»
- Настраиваемое количество частиц на сегмент (
🔧 Улучшения кода
- Исправлен кэш конфига — все сеттеры типов частиц теперь автоматически сохраняют изменения в файл
setParticleType,setNetherParticleType,setEndParticleTypeвызываютsave()- Пресеты также корректно сохраняются через
applyPresetUpdate
- Добавлены недостающие геттеры/сеттеры для новых настроек следов
🌐 Переводы
- Добавлены английские и русские строки для новой категории следов и всех её настроек
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:s3d6RYHp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TThxWDad:s3d6RYHp"
}

