Added Config and made the distance players no longer render configurable.

This commit is contained in:
LB2345 2025-05-21 07:58:03 +03:00
parent c7af5d198f
commit a118708202

View file

@ -0,0 +1,5 @@
package xyz.stachel.zombiesutils.config;
public class Configs {
public static final IntConfig playerVisibleDistance = IntConfig.of("playerVisibilityDistance", 0);
}