All versions
0.0.5-1.21.11
Release
0.0.5-1.21.113 months ago 26
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Changelog
- New version 0.0.5 1.21.11
- Added new crystal particles.
- Added more particle color presets:
purple,pink,cyan,green,gold,orange,lime,ice,fire,galaxy, andwhite. - Added separate color settings for attack, movement, projectile, elytra, world, and totem particles.
- Added gradient color settings for different particle types.
- Added animated particle gradient support.
- Added a more convenient settings GUI with categories for general settings, events, world particles, colors, and presets.
- Added improved access to particle color and theme settings directly from the in-game menu.
- Changed the color preset selector to support more visual styles.
- Changed particle customization to make movement, combat, world, projectile, elytra, totem, and crystal effects easier to configure.
- In future versions, the mod will use a more professional GUI approach with OpenGL-based custom rendering for the GUI.
- Новая версия 0.0.5 1.21.11
- Добавлены новые партиклы кристаллов.
- Добавлены новые цветовые пресеты:
purple,pink,cyan,green,gold,orange,lime,ice,fire,galaxyиwhite. - Добавлены отдельные настройки цвета для attack, movement, projectile, elytra, world и totem particles.
- Добавлены настройки градиента для разных типов партиклов.
- Добавлена поддержка анимированного градиента партиклов.
- Добавлена более удобная GUI с категориями для основных настроек, событий, world particles, цветов и пресетов.
- Добавлен более удобный доступ к настройкам цветов и темы прямо из меню мода.
- Изменен выбор цветовых пресетов: теперь доступно больше визуальных стилей.
- Изменена настройка партиклов: теперь проще настраивать movement, combat, world, projectile, elytra, totem и crystal effects.
- В дальнейшем в моде будет задействован более профессиональный подход к GUI с использованием OpenGL-based custom rendering для интерфейса.
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:3e9OdjI9:KMqqZq6H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3e9OdjI9:KMqqZq6H"
}

