All versions
1.2.3
Release
Clean View v1.2.3last month 12.9K
Compatibility
Minecraft: Java Edition
1.21.5–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
CleanView 2.0
Version 1.2.3
🆕 Changes
- Reintroduced distance-based particle filtering
- Added adjustable Particle Filter Distance for improved visibility control
- Eating & Potion Particle Visibility now correctly scales from 0–100%
- 100% = Vanilla/default particle amount
- Lower percentages now properly reduce particle density instead of simply hiding random particles
- Improved low-percentage behavior for a much cleaner first-person experience
🛠 Improvements
- More accurate particle reduction system
- Better visibility of nearby players' potion effects
- More consistent filtering across all supported particle types
- Enhanced compatibility with shaders & performance mods
- Ultra-lightweight with zero FPS impact
⚙️ Settings
- Eating Particles: 0–100%
- Potion Effect Particles: 0–100%
- Particle Filter Distance: Adjustable
📝 Notes
- 100% displays the vanilla/default amount of particles
- 50% noticeably reduces particle clutter while preserving visibility
- 10% provides a very clean experience with minimal distraction
- 1–5% keeps only a tiny amount of particles visible for essential feedback
- 0% completely hides the selected particle type
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:HeQ9uevZ:8YCGGnLE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HeQ9uevZ:8YCGGnLE"
}



