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 42909a7 commit e1decf9Copy full SHA for e1decf9
src/main/java/net/earthcomputer/clientcommands/TempRules.java
@@ -32,7 +32,7 @@ public class TempRules {
32
.setReadOnly();
33
public static final Rule<Boolean> MOCKING_WEATHER = registerRule("mockingWeather", DataType.BOOLEAN, Boolean.FALSE)
34
35
- public static final Rule<Boolean> GHOST_BLOCK_FIX = registerRule("ghostBlockFix", DataType.BOOLEAN, Boolean.TRUE);
+ public static final Rule<Boolean> GHOST_BLOCK_FIX = registerRule("ghostBlockFix", DataType.BOOLEAN, Boolean.FALSE);
36
37
public static boolean hasRule(String name) {
38
return rules.containsKey(name);
0 commit comments