promotional bannermobile promotional banner

AsyncParticles

Async particle ticking/rendering.

File Details

AsyncParticles-2.4.0-beta.2+1.20.1.jar

  • B
  • Oct 27, 2025
  • 1.24 MB
  • 551
  • 1.20.1
  • Forge + 2

File Name

AsyncParticles-2.4.0-beta.2+1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:asyncparticles-1215753:7156462")

Fabric

modImplementation "curse.maven:asyncparticles-1215753:7156462"

NeoForge

implementation fg.deobf("curse.maven:asyncparticles-1215753:7156462")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Changed the default particle rendering mode to Synchronously to avoid rare and confusing ConcurrentModificationExceptions when used with certain mods.
    • If you're still using an older version (≤ x.3.0), you may want to manually set it to Synchronously in the config screen.
    • If you're a modpack author or want to test whether a different rendering mode (e.g., Fastest) provides a noticeable FPS boost in your modpack, you can manually select another enum value in the config screen(use with caution).
  • Added an option to specify which particle classes should be rendered synchronously.
  • Create v6.0.7 compatibility.
  • AcceleratedRendering compatibility.