Описание
# 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.