Particle Culling
Modby bl4ckscor3
Stops rendering particles that the player cannot view
Downloads
16,110,190
Type
Mod
CurseForge ID
408853
Last Updated
Apr 9, 2026
Description
Functionality
This mod is a client-side performance enhancing mod, which stops particles that are outside the player's view from rendering. It has the potential to significantly increase FPS, especially in areas with lots of particles.
Config
cullBehindBlocks - Set this to false if you do not want to cull particles that technically are in the player's view but are obstructed by blocks.
cullBehindGlass - Set this to true if you don't want particles to be rendered behind glass and other transparent blocks. This does nothing if "cullBehindBlocks" is turned off.
cullInSpectator - Set this to false to disable particle culling while being in spectator mode. This is useful to take screenshots without having particles removed.
blockBuffer - The minimum amount of blocks behind which particles start to get culled. Only effective if "cullBehindBlocks" is turned on.
cullingEnabled - Set this to false to disable all of particle culling's features.
ignoredParticles - Add particle classes here that should be ignored by Particle Culling. Example: To ignore Minecraft's breaking particles and any derivates, add \"net.minecraft.client.particle.ParticleBreaking\" to the list. This config setting already has some mods' particle classes included, which are known to not work, or are supposed to be shown through blocks.
Showcase
Here's a short showcase of the mod in action. Depending on the circumstances, your results may vary.
You are allowed to use this mod in any modpack.
Come join me on Discord! https://discord.gg/kgZUAxK
![]()
Follow me on Twitter for mod updates and other shenanigans! https://twitter.com/bl4ckscor3
Similar Mods
Mekanism
High-tech machinery, powerful energy generation, fancy gadgets and more. Now on Curse!
YUNG's API (Forge/NeoForge)
A library mod for YUNG's Minecraft mods
Crafting Tweaks
Allows you to rotate, balance or clear the crafting matrix by the press of a button, in any (supported) crafting window.
Cucumber Library
A library of shared code and functionality used by my mods.
SuperMartijn642's Core Lib
SuperMartijn642's Core Lib adds lots of basic implementations that allow for similar code between different Minecraft ve...
Fabric API
Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric too...
