Can't disable fireworks particle
Zailer43 opened this issue ยท 4 comments
Make sure you are not opening a duplicate.
- I have searched the issue tracker and did not find an issue describing my bug.
Minecraft version.
1.19
Sodium Extra version.
sodium-extra-0.4.6+mc1.19-build.47
Sodium version.
sodium-fabric-mc1.19-0.4.2+build.16
What happened?
I can't disable firework explosions particle (flash
)
Relevant log.
https://gist.github.com/Zailer43/b4b7a4e244c2aea03e1788324c44511a
Additional information.
The wiki says that the effect of firework explosions is called flash
while the trail as it goes up is called firework
https://minecraft.fandom.com/wiki/Particles
It's just the flash of light, not the actual explosions. The code dynamically checks all registered particles and creates a toggle based on that. The previous code was hardcoded groups and it only disables firework
.
Old code:
New code:
Let me know if you can replicate this in the older version.
Let me know if you can replicate this in the older version.
In 0.4.4 in 1.18.2 it didn't work either
Fixed in 2441a41