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
- Changed the default particle rendering mode to
Synchronouslyto avoid rare and confusingConcurrentModificationExceptions when used with certain mods.- If you're still using an older version (≤ x.3.0), you may want to manually set it to
Synchronouslyin 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).
- If you're still using an older version (≤ x.3.0), you may want to manually set it to
- Added an option to specify which particle classes should be rendered synchronously.
- Create v6.0.7 compatibility.
- AcceleratedRendering compatibility.

