Disable MC-224294 by default

This is to adhere to Vanilla behavior...
This commit is contained in:
Spottedleaf
2024-08-31 10:36:01 -07:00
parent 37ca0e7b0d
commit 9c92ec48cd

View File

@@ -231,7 +231,7 @@ public final class MoonriseConfig {
fieldKeyName = "option.moonrise.fixMC224294",
section = BUG_FIX_SECTION
)
public boolean fixMC224294 = true;
public boolean fixMC224294 = false;
@Serializable(
serializedKey = "fix-MC-159283",