Compatibility
Minecraft: Java Edition
1.8.9
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed MIT
Published 3 weeks ago
NoParticles
Remove all particles and improve your FPS and gameplay — built for PvP on low-end PCs.
What is NoParticles?
NoParticles is a lightweight, client-side Forge mod for Minecraft 1.8.9 that blocks particle effects at the source — before they ever render. Instead of wasting CPU/GPU cycles on distracting particles, your hardware focuses on what matters: your game.
Built for PvP players on low-end PCs who need every frame they can get.
Features
- Disable All Particles — one toggle, zero particles, maximum FPS
- PvP Mode — blocks crits, potion, block break, fire & smoke at once
- Per-Type Toggles — independently control each particle type
- Toggle Keybind — press
Pin-game to switch on/off instantly - Config File — simple
.cfgfile + Forge GUI support - Zero Overhead — blocked particles never allocate memory or execute render code
Performance
Particles are intercepted via ASM bytecode injection in EffectRenderer, before they enter the render pipeline:
- ✅ No garbage collection pressure from discarded particle objects
- ✅ No GPU draw calls for blocked particles
- ✅ No visual glitches — particles never appear, not even for a frame
- ✅ Measurable FPS gains on low-end hardware during PvP, block breaking, or potion effects
How to Install
- Install Minecraft Forge 1.8.9 (build 11.15.1.2318+)
- Drop the
.jarinto.minecraft/mods/ - Launch the game
- Press
Pto toggle, or edit.minecraft/config/noparticles.cfg
Config Options
| Option | Default | Description |
|---|---|---|
enabled |
true |
Master toggle for the entire mod |
particlesDisabled |
false |
Disable ALL particles completely |
pvpMode |
false |
Disable crit, potion, block, fire & smoke at once |
blockCrit |
false |
Remove critical hit particles |
blockPotion |
false |
Remove potion effect particles |
blockBlockBreak |
false |
Remove block break / dig particles |
blockFireSmoke |
false |
Remove fire, smoke and lava particles |
Requirements
- Minecraft 1.8.9
- Minecraft Forge 11.15.1.2318 or later
- Java 8
Open source — built with ForgeGradle 2.1, no extra dependencies.
Links
- Discord — Support server


