change view distance default to 8
This commit is contained in:
parent
272392c8ea
commit
688522c5ca
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ public abstract class Config {
|
||||||
@Var(name = "weatherChance")
|
@Var(name = "weatherChance")
|
||||||
public static int weatherChance = 48000;
|
public static int weatherChance = 48000;
|
||||||
@Var(name = "viewDistance", min = 2, max = 16)
|
@Var(name = "viewDistance", min = 2, max = 16)
|
||||||
public static int distance = 10;
|
public static int distance = 8;
|
||||||
@Var(name = "healChance")
|
@Var(name = "healChance")
|
||||||
public static int healChance = 5;
|
public static int healChance = 5;
|
||||||
@Var(name = "hopperCooldown", min = 0, max = 160)
|
@Var(name = "hopperCooldown", min = 0, max = 160)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue