All versions
0.0.3-1.21.4
Release
VisualParticles Better 0.0.3-1.21.43 months ago 93
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
- New version 1.21.4

- Added support for Minecraft 1.21.4.
- Added compatibility with Fabric Loader 0.18.4.
- Updated Yarn mappings for Minecraft 1.21.4.
- Updated Fabric API support for the 1.21.4 build.
- Updated the mod metadata to target Minecraft 1.21.4.
- Rebuilt the final mod jar for the new supported version.
- Ported the particle rendering system to the Minecraft 1.21.4 rendering API.
- Updated world particle rendering to work correctly on 1.21.4.
- Updated attack, walk, projectile, and totem particle effects for the new version.
- Kept the in-game Right Shift settings menu available in the 1.21.4 build.
- Kept the existing particle color preset system:
- Default
- Blue
- Red
- Random
- Kept direct color preset switching from the in-game settings menu.
- Kept bloom-style glow rendering for particles.
- Prepared the 1.21.4 source version for further testing and release.
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:Es1ep3A4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3e9OdjI9:Es1ep3A4"
}

