Status Effect Timer

Status Effect Timer

275k Downloads

statuseffecttimer is incompatible with the "slight gui modifications" mod

warofzen opened this issue ยท 7 comments

commented

I'm using the latest version, the mod shows up on modmenu, and i'm pretty sure there's no error on the log, yet this mod still doesn't change anything, as you can see in this screenshot:
image

commented

That's weird. I made a quick sanity check to make sure it looked alright at 1.17.1 before releasing. I'll check again.

In the meantime, are you using any other mods that might conflict with statuseffecttimer? @warofzen

commented

I have now reconfirmed that it does work for me on 1.17.1. Do you have any other mods loaded? If so, do statuseffecttimer work if you remove all other mods?

If it is a mod conflict, I want to resolve it, but I need to figure out which mod it's conflicting with.

commented

I did use a lot of mods, here's the complete modlist, there's some mods that modify the hud like bears armor hud and better mount hud and i've tried to disable them but the mod still doesn't work. The mod does work when I disable all the mods but statuseffecttimer.

commented

I think i found the problem. This mod is conflicting with slight gui modifications, This mod doesn't work if fluidStatusEffects from their config is enabled

commented

Thank you for the analysis! I'll have a look at Slight gui modifications, and see what the best way to resolve the conflict is.

commented

The code that we conflict with (marked "f*ck mod compatibility") is here: https://github.com/shedaniel/slight-gui-modifications/blob/b79f4f6d931b0b22cf6ea011a8e7d17c68a5a3e8/src/main/java/me/shedaniel/slightguimodifications/mixin/MixinGui.java#L60

Unfortunately I don't think there is any way we can interoperate with this. :-( I should try to detect the clash, though, and warn about it, if possible...

commented

I have now updated the README with information about the known incompatibility.