All versions
0.0.3-26.1-26.1.2
Release
VisualParticles Better 0.0.33 months ago 208
Compatibility
Minecraft: Java Edition
26.1.2
26.1
Platform
Fabric
Supported environments
Client-side
Changes
- Update 0.0.3

- Added support for Minecraft 26.1.x, 26.1.2, and restored compatibility for 1.21.11.
- Added a new particle color preset system:
- Default
- Blue
- Red
- Random
- Added direct color preset switching from the in-game settings menu.
- Added updated particle glow tuning for brighter and more visible particles in the new version.
- Added the same color system changes to the legacy 1.21.11 source version for comparison and further testing.

- Fully reworked the particle renderer for newer 26.1.x builds.
- Reworked glow rendering behavior to better match the old 1.21.11 visual style.
- Restored old-style bloom-based particle rendering behavior instead of the flat fallback look.
- Improved particle brightness and glow intensity in the new version.
- Updated particle visuals to feel closer to the original Visual Particle Better appearance.
- Rebalanced particle glow size and bloom strength for cleaner ambient and event particles.

- Fixed particles rendering with broken square backgrounds instead of proper glow.
- Fixed particle glow textures causing dark or black box artifacts.
- Fixed incorrect fallback rendering that made particles look flat and dull.
- Fixed visual differences between legacy and new renderer behavior as much as possible.
- Fixed color handling so particle presets now switch correctly in-game.
- Fixed build output for the new version after renderer and asset changes.
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:uGTf5yiP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3e9OdjI9:uGTf5yiP"
}

