promotional bannermobile promotional banner

Smart Particles

A performance mod that greatly optimizes particle rendering and particle limits.
Back to Files

Smart Particles 1.15.0

File nameSmart_Particles_Fabric_MC_26.2_1.15.0.jar
Uploader
AndrewChedidAndrewChedid
Uploaded
Aug 29, 2026
Downloads
43
Size
54.8 KB
Mod Loaders
Fabric
File ID
8758793
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:smart-particles-1420751:8758793"

Learn more about Curse Maven

What's new

Minecraft 26.2 Support

Smart Particles has been updated for Minecraft 26.2 with compatibility fixes and several performance improvements.

Changes

  • Added support for Minecraft 26.2
  • Updated for Java 25 and the latest loader APIs
  • Improved particle-culling performance when the particle count is below the configured limit
  • Reduced temporary memory allocations during particle processing
  • Cached camera and FOV calculations to reduce repeated work
  • Improved cleanup of temporary particle-selection data to reduce memory retention
  • Improved handling of very high particle limits
  • Added protection against malformed or invalid configuration files
  • Updated the configuration screen for Minecraft 26.2
  • Fixed compatibility with Minecraft 26.2 particle, camera, and GUI API changes

Performance

  • Smart Particles now avoids running the more expensive nearest-particle selection algorithm unless the configured particle limit is actually exceeded.
  • Normal under-limit particle processing is now handled through a lighter O(n) path.
  • Particle positions and camera information are accessed more efficiently during culling.

Defaults remain unchanged

  • Particle Limit: 5,000
  • Smart Camera Culling: Enabled

Existing configuration files remain compatible.