AlmuraDev / GameServer

0 stars 0 forks source link

Unridden minecarts and locomotives nearly stop #51

Closed dubbeanh closed 5 years ago

dubbeanh commented 5 years ago

I don't know the exact distance, but I would guesstimate about 16-20 blocks away, minecarts (and railcraft locomotives) nearly stop. They proceed at a snail's pace until a player gets close enough, then the cart remembers its old velocity and continues on at that previous speed until the same 16-20 block distance from player.

Dockter commented 5 years ago

@liach any clues on this?

dubbeanh commented 5 years ago

Is there an algorithm that cuts down entity movement when players aren't in the immediate vicinity? I notice most entities exhibit a behavior not unlike this.

liach commented 5 years ago

entity activation.

dubbeanh commented 5 years ago

culprit?