We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b0900 commit d2fe6d5Copy full SHA for d2fe6d5
src/main/java/org/spongepowered/api/registry/RegistryTypes.java
@@ -407,7 +407,7 @@ public final class RegistryTypes {
407
408
public static final DefaultedRegistryType<GameMode> GAME_MODE = RegistryTypes.spongeKeyInGame("game_mode");
409
410
- public static final DefaultedRegistryType<GameRule<?>> GAME_RULE = RegistryTypes.spongeKeyInGame("game_rule");
+ public static final DefaultedRegistryType<GameRule<?>> GAME_RULE = RegistryTypes.minecraftKeyInGame("game_rule");
411
412
public static final DefaultedRegistryType<GoalExecutorType> GOAL_EXECUTOR_TYPE = RegistryTypes.spongeKeyInGame("goal_executor_type");
413
0 commit comments