ServerHangWatchdog detected that a single server tick took 60.00 seconds
trunksbomb opened this issue ยท 2 comments
-- Head --
Thread: Server Watchdog
Suspected Mod:
ExpandAbility (expandability), Version: 9.0.0
Issue tracker URL: https://github.com/florensie/expandability/issues
Mixin class: be.florens.expandability.mixin.fluidcollision.EntityMixin
Target: net.minecraft.world.entity.Entity
at TRANSFORMER/[email protected]/net.minecraft.world.entity.Entity.findFluidDistances(Entity.java:16146)
If I had to guess, I'd imagine it's getting stuck in an infinite loop in the for loop in this method call:
Forge 47.2.20
Minecraft 1.20.1
This isn't my crash log; it was submitted to the Valhelsia modpack Discord in the Support channel.
Thanks for the report. I've received one other similar report, and I'm currently re-doing the misbehaving code.
Fixed in 2b589c3, I should be able to push out a release soon.