File Details
AsyncParticles-3.4.0-beta.1+1.21.1.jar
- B
- Oct 27, 2025
- 1.22 MB
- 42.9K
- 1.21.1+1
- Fabric + 1
File Name
AsyncParticles-3.4.0-beta.1+1.21.1.jar
Supported Versions
- 1.21.1
- 1.21
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.

