1.8
Compatibility
Changes
Winter Particles - Что нового в версии 1.8
English Version
🔥 Major Updates:
🌌 Multi-Dimension Support
- Customized Worlds: Different particles for each dimension!
- Nether: Atmospheric white ash or custom embers.
- The End: Magical sparks and void dust.
- Configuration: Set specific particle types for Nether and End in settings.
⚙️ Optimization & Physics (The "Invisible" Update):
👁️ Smart Frustum Culling
- Better FPS: The mod now detects your field of view.
- Efficiency: Particles behind you are no longer processed, doubling performance in heavy scenes.
🛡️ Improved Collision System
- Liquid Safety: Particles no longer spawn inside water or lava.
- Block Awareness: Snow won't appear inside leaves, glass, or solid blocks.
- Clean Visuals: No more "glitched" particles inside your house or underwater.
🎮 New Features:
Settings (Fabric Configuration):
- Open the menu.
- Go to the Appearance section.
- Customize the different particles for the Overworld, Nether, and End.
Winter Particles 1.8 — now even smarter, faster, and more atmospheric in all worlds! ❄️✨
Русская версия
🔥 Главные новшества:
🌌 Поддержка измерений
- Уникальность: Свои частицы для каждого мира!
- Незер (Ад): Атмосферный белый пепел или искры.
- Энд (Край): Магические искры и звездная пыль.
- Настройка: Выбирайте типы частиц для Ада и Края отдельно в меню.
⚙️ Оптимизация и физика:
👁️ Умное отсечение (Frustum Culling)
- Больше FPS: Мод теперь понимает, куда вы смотрите.
- Эффективность: Частицы сзади вас больше не обрабатываются, что дает огромный прирост производительности.
🛡️ Улучшенные коллизии
- Защита от воды: Снег больше не спавнится внутри воды или лавы.
- Умный спавн: Частицы не появляются внутри листвы, стекла или полных блоков.
- Чистый визуал: Больше никаких "забагованных" снежинок внутри дома или под водой.
🎮 Новые возможности:
Настройки (Cloth Config):
- Откройте меню.
- Перейдите в раздел Внешний вид.
- Настройте разные частицы для Обычного мира, Незера и Энда.
Winter Particles 1.8 — теперь еще умнее, быстрее и атмосфернее во всех мирах! ❄️✨
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:xqcvzr9r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TThxWDad:xqcvzr9r"
}

