Embeddium

Embeddium

37M Downloads

[1.19.2] Effective Cascades Not Working

SaltSouls opened this issue ยท 2 comments

commented

This was a bug back with Rubidium as well, but when using Embeddium, the cascade particles and sounds do not play.
Removing Embeddium seems to fix the issue.

commented

There are already fixes for that https://github.com/bottomtextdanny/Effective-Forge-/pulls
But ports of that mod are no longer allowed, see description of https://www.curseforge.com/minecraft/mc-mods/effective

commented

I can't easily fix this from my end, as that mod implements its effects using a mixin into the vanilla renderer, which won't work with Embeddium, as it rewrites that code for improved speed. In theory I could add custom integration but that becomes very hard to maintain over time, especially since Embeddium supports many Minecraft versions. The best solution is for the other mod to merge those PRs and make an update.