ExpandAbility

ExpandAbility

15M Downloads

ServerHangWatchdog detected that a single server tick took 60.00 seconds

trunksbomb opened this issue ยท 2 comments

commented

https://pastebin.com/sbchfZHC

-- 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:

private static Map<Vec3, Double> findFluidDistances(LivingEntity entity, Vec3 originalDisplacement) {

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.

commented

Thanks for the report. I've received one other similar report, and I'm currently re-doing the misbehaving code.

commented

Fixed in 2b589c3, I should be able to push out a release soon.