Particle optimizations: Culling, rendering optimizations, configurable particle-type-specific spawn reduction, and potion particle disabling. Compatible with Sodium, improves performance over Sodium alone.

Particle Core focuses on one thing: Optimizing particles. Vanilla Minecraft is quite inefficient with particles in a variety of ways. Particle Core aims to improve this.
The biggest performance improvement overall, Particle Core doesn't render particles you can't see. Makes sense! Only about a 12th of the lightbox is visible at standard FOVs, why render the 11/12 of particles you can't even see?
Particles that are rendered are optimized. Vertex transformations and lightmap polling are optimized. Vertex optimizations defer to Sodium.
Three methods are provided to either completely disable or reduce spawning of specific particle types. Any particle you can add via the /particle command is eligible.
1) A particle_type tag. Add particle types to particle_core:excluded_particles to completely disable those particle types. Server Owners: this will disable those particles for every client that joins the server, use with caution!
2) Config-based by-type reduction map. In the particle core config (see below), a user can add mappings of particle type identifier to chance double.
3) Turn of Potion Particles entirely. If you find potion particles on your screen annoying, head over to the config and turn them off!
Unlike invis-particle resource packs, this actually prevents the particles from spawning at all, improving performance.
Two config options are provided that can fine-tune the standard vanilla options of ALL, DECREASED, and MINIMAL. One is effectively a dial between ALL and DECREASED, the second a dial between DECREASED and MINIMAL. If you simply want to tweak particle spawning a bit, for example if your computer runs fine with DECREASED but you personally don't like how many particles are still on screen, you can dial DECREASED back without going all the way to MINIMAL.
Particle Core provides a config covering every feature added. locate the config in the standard .mincraft config folder. Config name is particle_core_config_v[x].json, where [x] is the current version number.
The config has a comprehensive "comment" section at the top of the file. Please read it for guidance on config usage.
To some, potion particles are extremely annoying. Use this setting to turn them off.
A dial to tweak particle spawning between the ALL and DECREASED Minecraft setting.
A dial to tweak particle spawning between the DECREASED and MINIMAL Minecraft setting.
Completely disable all client-side particle spawning.
Map to reduce specific particle spawning.
* key: identifier of the particle type, ex. minecraft:smoke.
* value: double between 0.0 and 1.0. 0.0 will completely disable the particle, 1.0 is normal spawning. Anything in between will be that fractional chance a particle succeeds at spawning.
If any feature in Particle Core is causing a conflict or it is simply undesired, every feature can be individually disabled by adding it's string key to this list. See comment for instructions.
Without Particle Core, world rendering is at 41% of CPU time, with renderParticles the lions share of that at 25% of CPU time.

With Particle Core, rendering is now at only 16% of CPU time, particle rendering basically a non-item.

Improves performance over Sodium by itself. Top section of the screenshot with Particle Core, the bottom section is without it. About 5% CPU time improvement, or 50% relative improvement.

Required
Unsupported
Terms for using, modifying and redistributing this product.
08.07.2026 · Modrinth
VertexConsumer that isn't a BufferBuilderScreenshots and images from the original Modrinth page.







Published versions and original Modrinth files.
08.07.2026 · 390 017 downloads
VertexConsumer that isn't a BufferBuilder08.07.2026 · 12 602 downloads
VertexConsumer that isn't a BufferBuilder23.05.2026 · 10 320 downloads
VertexConsumer that isn't a BufferBuilder23.05.2026 · 612 388 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 1 608 384 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 254 584 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 87 314 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 49 911 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 251 697 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 19 193 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 1 991 625 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 178 987 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 17 946 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 852 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 1 976 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 2 071 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 179 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 275 565 downloads
VertexConsumer that isn't a BufferBuilder05.02.2026 · 908 205 downloads
VertexConsumer that isn't a BufferBuilder25.01.2026 · 70 781 downloads
addParticle25.01.2026 · 43 361 downloads
addParticle25.01.2026 · 9 578 downloads
addParticle25.01.2026 · 5 075 downloads
addParticle25.01.2026 · 29 706 downloads
addParticle25.01.2026 · 1 908 downloads
addParticle25.01.2026 · 28 543 downloads
addParticle25.01.2026 · 4 507 downloads
addParticle25.01.2026 · 449 downloads
addParticle25.01.2026 · 109 downloads
addParticle25.01.2026 · 131 downloads
addParticle25.01.2026 · 67 downloads
addParticle25.01.2026 · 34 downloads
addParticle25.01.2026 · 13 463 downloads
addParticle25.01.2026 · 40 616 downloads
addParticle22.01.2026 · 154 downloads
22.01.2026 · 53 downloads
22.01.2026 · 47 downloads
22.01.2026 · 45 downloads
22.01.2026 · 36 downloads
22.01.2026 · 2 134 downloads
22.01.2026 · 64 342 downloads
22.01.2026 · 2 402 downloads
22.01.2026 · 3 239 downloads
22.01.2026 · 928 downloads
22.01.2026 · 996 downloads
22.01.2026 · 87 downloads
22.01.2026 · 6 693 downloads
22.01.2026 · 259 975 downloads
22.01.2026 · 46 downloads
22.01.2026 · 31 downloads
22.01.2026 · 25 downloads
22.01.2026 · 30 downloads
22.01.2026 · 23 downloads
22.01.2026 · 322 downloads
22.01.2026 · 7 285 downloads
21.01.2026 · 8 812 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 439 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 3 551 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 2 064 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 17 791 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 949 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 11 234 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 550 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 62 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 26 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 27 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 21 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 24 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 638 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
21.01.2026 · 4 902 downloads
This version brings significant performance boost over 0.2.x, with several new optimization features.
* Benchmarked with max particles >16,000, all particles visible on screen, and a mix of translucent and opaque particles
* Version 0.2.6 hit approximately 230fps
* Version 0.3.0 hit approximately 450fps
* Both without Sodium or other optimization mods. With sodium fps jumps above 500
05.07.2025 · 520 009 downloads
16.04.2025 · 13 303 downloads
16.04.2025 · 3 319 downloads
16.04.2025 · 242 downloads
16.04.2025 · 368 304 downloads
16.04.2025 · 1 958 540 downloads
16.04.2025 · 284 446 downloads
16.04.2025 · 213 917 downloads
16.04.2025 · 18 502 downloads
16.04.2025 · 383 339 downloads
16.04.2025 · 468 162 downloads
20.01.2025 · 105 896 downloads
20.01.2025 · 4 756 downloads
20.01.2025 · 3 090 downloads
20.01.2025 · 116 downloads
16.09.2024 · 31 263 downloads
16.09.2024 · 133 591 downloads
16.09.2024 · 288 754 downloads
16.09.2024 · 44 266 downloads
16.09.2024 · 39 900 downloads
16.09.2024 · 1 886 974 downloads
29.08.2024 · 3 521 downloads
29.07.2024 · 65 241 downloads
29.07.2024 · 6 665 downloads
29.07.2024 · 449 422 downloads
20.06.2024 · 96 740 downloads
27.04.2024 · 17 593 downloads
27.04.2024 · 347 578 downloads
25.04.2024 · 326 downloads
*
25.04.2024 · 757 downloads
22.04.2024 · 705 downloads
Fix crash from GSON not reading the optimizations config correctly.
22.04.2024 · 2 886 downloads
12.03.2024 · 120 809 downloads
disableParticles, that completely disables particle spawning on the client.12.03.2024 · 1 300 downloads
Properly marked the mod as client-sided, fixing server crashes if it was included in a server's mods (It's purely client mod, doesn't do anything on a server)
10.03.2024 · 315 downloads
Initial beta of Particle Core