[Bug] Conflict with Dimensional-Threading-Reforged mod
exdj158 opened this issue ยท 6 comments
Observed behaviour
when installed Dimensional-Threading-Reforged,mana won't recover
Expected behaviour
mana should auto recover
Steps to reproduce
install Dimensional-Threading-Reforged mod
Crashlog
No response
Iron's Spells N Spellbooks version
1.0.1
Forge version
1.19.2-43.2.8
Other mods
No response
The issue is that TickEvent.LevelTickEvent event is not fired when "gamerule dimthread_active" is set to true. Soon as you set it to false mana starts to regen again. I'm not familar enough with Dimensional-Threading-Reforged to know what is going on yet.
@exdj158 I did some digging and it looks like a bug in DimensionalThreading where they are not firing forge specific events. I'm guessing this is a leftover from them porting that mod from Fabric -> Forge. Here is a link to the issue in their repo where I elaborate on what I found
https://github.com/CCr4ft3r/DimensionalThreading-Reforged/issues/6
@exdj158 They ended up fixing the issue
https://github.com/CCr4ft3r/DimensionalThreading-Reforged/issues/6