- When the Make Bubbles Pop mod is installed, force
Make 'ClassInstanceMultiMap' Thread-Safe
to true. - Added a mixin option to control whether
LevelChunk#blockEntities
(client side) should be made thread-safe. - Other changes.
Note: This is an ALPHA version! ╰( ̄w ̄o)
This means it is unstable and may break things.
- Fixed particles rendering in front of weather effects.
- When the Make Bubbles Pop mod is installed, force
Make 'ClassInstanceMultiMap' Thread-Safe
to true. - The mixins for ParticleRain are now automatically disabled when ParticleRain v4 is detected, allowing them to coexist. However, the current support is still incomplete.
- Added weathers culling.
- Added a mixin option to control whether
LevelChunk#blockEntities
(client side) should be made thread-safe.
Known Compatibility Issue
- If you're using Make Bubbles Pop mod, consider enabling the option
Make 'ClassInstanceMultiMap' thread-safe
under theMixin
options page to avoid crashes.
Note: This is a BETA version! ╰( ̄w ̄o)
This means it may contain undiscovered bugs.
- Temporarily fixed crash with ParticleRain v4 (undiscovered issues may remain).
- For Iron's Spellbooks <3.13.0, force
Make 'ClassInstanceMultiMap' Thread-Safe
totrue
.
Known Compatibility Issue
- If you're using Make Bubbles Pop mod, consider enabling the option
Make 'ClassInstanceMultiMap' thread-safe
under theMixin
options page to avoid crashes.
- Fixed an issue (likely caused by an unknown mod) where config fields were accessed before being fully loaded.
Known Compatibility Issue
- If you're using Make Bubbles Pop mod, consider enabling the option
Make 'ClassInstanceMultiMap' thread-safe
under theMixin
options page to avoid crashes.
Known Compatibility Issue
- If you're playing Iron's Spells 'n Spellbooks mod version < 3.13.0, consider enabling the option
Make 'ClassInstanceMultiMap' thread-safe
under theMixin
options page to avoid crashes.
Note: This is a BETA version! ╰( ̄w ̄o)
This means it may contain undiscovered bugs.
- Try fixing a rare potential crash when using ImmediatelyFast with certain mods that introduce non-standard particle implementations.
- Add a mixin option to control whether ClassInstanceMultiMap should be made thread-safe.
- Fixed crash on config migration.
- Fixed Falling Leaves (Forge) compatibility.
Note: This is a BETA version! ╰( ̄w ̄o)
This means it may contain undiscovered bugs.
- Try fixing a rare potential crash when using ImmediatelyFast with certain mods that introduce non-standard particle implementations.
- Add a mixin option to control whether ClassInstanceMultiMap should be made thread-safe.
- Fixed crash on config migration.
- Fixed Falling Leaves (Forge) compatibility.
- Improved particle culling performance, should be a noticeable improvement.
- The
Cull Particles
option has been updated. Check the menu for more details.
- The
- Fixed mixin option
particle$noCulling
was broken.
alpha.1
- Improved particle culling performance, should be a noticeable improvement.
- The
Cull Particles
option has been updated. Check the menu for more details.
- The
- Improved particle culling performance, should be a noticeable improvement.
- The
Cull Particles
option has been updated. Check the menu for more details.
- The
- Added a mixin option to control whether
ClassInstanceMultiMap
should be made thread-safe.- Enable this if you're experiencing crashes caused by non-standard particle implementations in your mods that access entities via
ClientLevel.getEntities(...)
.
- Enable this if you're experiencing crashes caused by non-standard particle implementations in your mods that access entities via
Note: This is an ALPHA version! ╰( ̄w ̄o)
- Try fixing a rare potential crash when using ImmediatelyFast with certain mods that introduce non-standard particle implementations.
- Fixed particles rendering in front of rain effects
- Added weather optimizations.
- Added config options for weather optimization.
- Compatible with MoreCulling/SodiumExtra.
- Fixed crash on NeoForge.
- I don't know why but do not add a
~
to the filename, it will crash.
- I don't know why but do not add a
- Try fixing a rare potential crash when using ImmediatelyFast with certain mods that introduce non-standard particle implementations.
- Port to MC1.21.5
- Support for MC1.21.7
- Other changes.