f unstuck

This commit is contained in:
Olof Larsson
2015-08-28 10:42:40 +02:00
parent 8eaf1215d2
commit 3f3ee4df6d
5 changed files with 175 additions and 0 deletions

View File

@ -461,6 +461,13 @@ public class MConf extends Entity<MConf>
public float seeChunkParticleOffsetY = 2;
public float seeChunkParticleDeltaY = 2;
// -------------------------------------------- //
// UNSTUCK
// -------------------------------------------- //
public int unstuckSeconds = 30;
public int unstuckChunkRadius = 10;
// -------------------------------------------- //
// LOGGING
// -------------------------------------------- //