Dependency mods
Mod Loader
Fabric
Mod Loader Version
Loader v. 0.19.3 | API v. 0.116.12+1.21.1
Minecraft Version
1.21.1
Mod Version
1.14.3
Description
When running Subtle Effects alongside Particle Effects on Minecraft 1.21.1, the client rarely experiences a fatal crash when rendering specific particles (in my case subtle_effects:lava_splash).
A Mixin collision occurs between ParticleEffectsManager.swapParticle and Subtle Effects' SplashParticle$Provider, resulting in a hard crash.
Steps to Reproduce
- Install Minecraft 1.21.1 (Fabric).
- Install Subtle Effects v1.14.3.
- Install Particle Effects v1.4.0+1.21.1.
- Load into a world and approach a body of lava to trigger a lava splash particle.
- The client instantly crashes.
Note: eg_particle_interactions is also present in the stack trace, but the core collision appears to be between PE and SE.
Crash Report
https://mclo.gs/KJKdQY6
Logs File (Optional, but recommended)
https://mclo.gs/PSfJE3w
Additional Files
No response
Dependency mods
Mod Loader
Fabric
Mod Loader Version
Loader v. 0.19.3 | API v. 0.116.12+1.21.1
Minecraft Version
1.21.1
Mod Version
1.14.3
Description
When running Subtle Effects alongside Particle Effects on Minecraft 1.21.1, the client rarely experiences a fatal crash when rendering specific particles (in my case
subtle_effects:lava_splash).A Mixin collision occurs between
ParticleEffectsManager.swapParticleand Subtle Effects'SplashParticle$Provider, resulting in a hard crash.Steps to Reproduce
Note:
eg_particle_interactionsis also present in the stack trace, but the core collision appears to be between PE and SE.Crash Report
https://mclo.gs/KJKdQY6
Logs File (Optional, but recommended)
https://mclo.gs/PSfJE3w
Additional Files
No response