All versions
0.0.2
Beta
VisualParticles Better 0.0.24 months ago 174
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Visual Particle Better 0.0.2

- Added new Particle World mode with ambient particles around the player.
- Added separate Event Particles and Particle World tabs in the Right Shift settings menu.
- Added configurable Particle World options:
- particle amount
- particle lifetime
- particle size
- glow size
- particle mode
- physics toggle
- Added live in-game particle configuration without restarting Minecraft.
- Added support for switching particle modes directly from the settings menu.
- Added support for switching glow modes directly from the settings menu.
- Added restored particle icon/texture support for world particles.

- Reworked the Right Shift settings menu back to the classic Minecraft-style GUI.
- Improved separation between event-based particles and ambient world particles.
- Restored the project name and mod id to Visual Particle Better.
- Updated build version to 0.0.2.
- Cleaned up resource paths and mod metadata.
- Cleaned old build artifacts to avoid uploading the wrong jar.

- Fixed particle textures not loading from the correct asset path.
- Fixed particles rendering as large colored squares instead of proper icons.
- Fixed the Right Shift menu crash caused by the screen blur background.
- Fixed build output name so the release jar is now:
visualparticle-better-0.0.2.jar - Fixed missing assets in the release jar.
- Fixed outdated naming from the temporary internal rename.
- Fixed build issues caused by OneDrive placeholder files.
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:YmYMZo5k"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3e9OdjI9:YmYMZo5k"
}

