ProjectZulu / Project-Zulu

Project Zulu Mod for Minecraft
24 stars 14 forks source link

Mobs in leads taking 90% of server.tick() #79

Closed cri5ti closed 11 years ago

cri5ti commented 11 years ago

I had an elephant tied to a fence with a lead and that caused my TPS to go from 20 to 2.

zulu

cri5ti commented 11 years ago

This seems to happen only if the mob wants to go to some place, but the lead is holding him in place.

Crudedragos commented 11 years ago

Sounds like its failing to find a path so spams the pathfinding algorithm. The same thing happens to underground zombies in caves below villagers. They can't find a path and crush the server.

I'll to reproduce, which hopefully won't be difficult, and to combat it I'll try to place a minimum time to reattempt movement when pathfinding fails.