Added Config and made the distance players no longer render configurable.
This commit is contained in:
parent
c7af5d198f
commit
a118708202
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
package xyz.stachel.zombiesutils.config;
|
||||
|
||||
public class Configs {
|
||||
public static final IntConfig playerVisibleDistance = IntConfig.of("playerVisibilityDistance", 0);
|
||||
}
|
Loading…
Add table
Reference in a new issue