All versions
0.0.6-1.21.11
Release
VisualParticles Better 0.0.6-1.21.112 months ago 34
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Changelog
- New version 0.0.6 1.21.11
- Added global GUI rendering changes.
- Added a simple custom OpenGL-style 2D UI rendering system for the settings menu.
- Added smoother rounded rectangles for panels, buttons, sliders, toggles, dropdowns, borders, and color controls.
- Added supersampled UI surfaces to reduce pixelated corners and outlines.
- Added a compact click GUI-style settings screen with categories, cards, and cleaner controls.
- Added dropdown mode selectors for settings with many options.
- Added dropdown selectors for color presets, particle shape, glow mode, world shape, and active preset.
- Added an improved color picker with saturation/brightness area, hue bar, and alpha bar.
- Added direct drag support for changing custom colors in the settings GUI.
- Added better theme color editing for GUI primary and secondary colors.
- Added cleaner particle color editing for attack, movement, projectile, elytra, world, and totem particles.
- Changed old click-to-cycle color controls into a proper interactive color picker.
- Changed the settings GUI layout to make large option lists and color settings easier to use.
- Removed heavy shadow rendering from the GUI for a cleaner and flatter visual style.
- Fixed a screen rendering crash caused by calling Minecraft blur more than once per frame.
- Новая версия 0.0.6 1.21.11
- Добавлены глобальные изменения GUI.
- Добавлен простой кастомный OpenGL-style 2D UI Rendering для меню настроек.
- Добавлены более плавные закругления для панелей, кнопок, слайдеров, переключателей, dropdown, обводок и цветовых настроек.
- Добавлены supersampled UI surfaces, чтобы уменьшить пиксельные углы и обводки.
- Добавлена компактная click GUI-style гуишка настроек с категориями, карточками и более чистыми контролами.
- Добавлены dropdown mode selectors для настроек с большим количеством вариантов.
- Добавлены dropdown selectors для color presets, particle shape, glow mode, world shape и active preset.
- Добавлен улучшенный color picker с saturation/brightness полем, hue bar и alpha bar.
- Добавлена поддержка drag для изменения custom colors прямо в GUI настроек.
- Добавлено более удобное редактирование цветов темы GUI primary и secondary.
- Добавлено более чистое редактирование цветов партиклов для attack, movement, projectile, elytra, world и totem particles.
- Старые color controls с click-to-cycle заменены на полноценный интерактивный color picker.
- Изменен layout GUI настроек: теперь большие списки вариантов и цветовые настройки использовать удобнее.
- Убраны тяжелые тени из GUI для более чистого и плоского визуального стиля.
- Исправлен краш рендера экрана из-за повторного вызова Minecraft blur в одном кадре.
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:dqvBCtEU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3e9OdjI9:dqvBCtEU"
}

