Citizens Freeze, stutter and move choppily beyond 16 blocks
jessejohn01 opened this issue · 4 comments
Minecolonies version
version 0.6.3125
Expected behavior
- Citizens to function within loaded chunks on a forge server
Actual behaviour
- Citizens freeze at about 16 blocks from a player. They will stutter and move extremely slowly beyond that mark. I have to basically be holding their hand and watching them to get them to do anything
Steps to reproduce the problem
- Be on a forge minecraft server
- Make a colony
- Watch as citizens freeze beyond 16 blocks
- Profit
are you using sponge?
2017-03-20 21:29 GMT-03:00 jessejohn01 <[email protected]>:
… Minecolonies version
version 0.6.3125
Expected behavior
- Citizens to function within loaded chunks on a forge server
Actual behaviour
- Citizens freeze at about 16 blocks from a player. They will stutter
and move extremely slowly beyond that mark. I have to basically be holding
their hand and watching them to get them to do anything
Steps to reproduce the problem
1. Be on a forge minecraft server
2. Make a colony
3. Watch as citizens freeze beyond 16 blocks
4. Profit
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#721>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AGI9y_7IYqjtx48Gb7r7ocRwpOGde4U7ks5rnxnVgaJpZM4MjL6e>
.
for the posterity
disable sponge entity-activation-range for minecolonies if you want citizens to continue their life when players are at far distance
minecolonies {
defaults {}
# Set to false if you want mod to ignore entity activation rules and always tick.
enabled=false
entities {}
}