All versions
0.0.7-1.21.11
Release
VisualParticles Better 0.0.7-1.21.113 weeks ago 122
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Changelog
- New version 0.0.7 1.21.11
- Added Discord RPC support for VisualParticle Better.
- Added Discord activity status with the current Minecraft server when available.
- Added Discord activity details with the mod build version, now shown as Mod Build 0.0.7.
- Added Discord RPC buttons for Modrinth + CurseForge and GitHub.
- Added a dedicated mod logo asset for Discord Rich Presence.
- Added Russian and English language switching inside the settings GUI.
- Added country flags for the language button with Russia and Great Britain icons.
- Added full Russian translation for GUI tabs, settings, controls, buttons, presets, dropdowns, and status text.
- Added cleaner localized labels for particle settings and GUI controls.
- Improved the language selector design with a compact flag + language code button.
- Improved GUI edge rendering so the right side no longer leaks outside the rounded window corners.
- Improved 2D UI clipping around scrollbars, panels, and the main window border.
- Improved the settings GUI polish for a cleaner premium-style look.
- Changed the mod version to 0.0.7 for the new build.
- Fixed broken custom font rendering that caused all GUI text to appear as square missing-glyph boxes.
- Fixed Russian text rendering in the settings GUI by returning text drawing to a stable Minecraft font renderer.
- Fixed the language button staying readable after switching between EN and RU.
- Новая версия 0.0.7 1.21.11
- Добавлена поддержка Discord RPC для VisualParticle Better.
- Добавлен Discord activity status с отображением текущего Minecraft сервера, если он доступен.
- Добавлено отображение версии сборки мода в Discord activity, теперь показывается Mod Build 0.0.7.
- Добавлены Discord RPC кнопки для Modrinth + CurseForge и GitHub.
- Добавлен отдельный логотип мода для Discord Rich Presence.
- Добавлено переключение языка RU / EN прямо внутри GUI настроек.
- Добавлены флаги стран для кнопки языка: Россия и Великобритания.
- Добавлен полный русский перевод для вкладок GUI, настроек, контролов, кнопок, пресетов, dropdown и статусного текста.
- Добавлены более чистые локализованные названия для настроек партиклов и GUI controls.
- Улучшен дизайн language selector: компактная кнопка с флагом и кодом языка.
- Улучшен рендер краев GUI: справа больше не вылезают куски за скругленные углы окна.
- Улучшен 2D UI clipping для scrollbar, панелей и основной рамки окна.
- Улучшена общая полировка GUI, чтобы меню выглядело более premium-style.
- Версия мода изменена на 0.0.7 для новой сборки.
- Исправлен сломанный кастомный font rendering, из-за которого весь текст GUI превращался в квадратные missing-glyph символы.
- Исправлен рендер русского текста в GUI настроек за счет возврата на стабильный Minecraft font renderer.
- Исправлена читаемость кнопки языка после переключения между EN и RU.
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:uMZvuuwz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3e9OdjI9:uMZvuuwz"
}

