2024-09-02
初版介绍&游戏规则改前缀
This commit is contained in:
parent
fba53a5d43
commit
beec615046
|
|
@ -12,7 +12,7 @@ import java.util.HashMap;
|
|||
import java.util.function.BiConsumer;
|
||||
|
||||
public class Gamerules {
|
||||
public static final String GAMERULE_PREFIX = "RWN.";
|
||||
public static final String GAMERULE_PREFIX = "LP.";
|
||||
public static final GameruleRegistry GAMERULE_REGISTRY = GameruleRegistry.INSTANCE;
|
||||
public static final HashMap<String, Boolean> gamerulesBooleanValuesClient = new HashMap<>();
|
||||
public static final HashMap<String, Integer> gameruleIntegerValuesClient = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user