/
!World No Particles cover image
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.
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.

Hate the lag when particles clog your screen? This mod kills every particle effect, so you get buttery‑smooth FPS without any visual noise.