Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.1–1.20.6
1.19.x
1.18.x
1.17.x
1.16.5
1.12.2
1.12
1.8.9
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
No Particles

Get massive FPS improvements by completely disabling all particle effects! This core mod uses ASM bytecode transformation to prevent particles from spawning at the lowest level.
Features
- ✅ Complete Particle Removal - No particles spawn at all
- ✅ Core Mod Technology - Uses ASM bytecode transformation for maximum effectiveness
- ✅ Massive Performance Boost - Huge FPS gains in particle-heavy situations
- ✅ Zero Overhead - No performance cost, only benefits
How It Works
This mod uses ASM (bytecode manipulation) to patch Minecraft's core particle system:.
Patches World.spawnParticle - Intercepts all particle spawn calls and returns immediately.
This approach is far more effective than event-based cancellation because it happens at the bytecode level before particles are even created.


