WIP: implement mod #1
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