This commit is contained in:
HaHaWTH
2023-12-31 17:34:42 +08:00
parent 01f4a8f205
commit 222bd879d1
2 changed files with 4 additions and 2 deletions
@@ -38,7 +38,7 @@ public final class SecuritySettings implements SettingsHolder {
@Comment({"(MC1.13- only)",
"Should we fix the shulker crash bug with advanced method?"})
public static final Property<Boolean> ADVANCED_SHULKER_FIX =
newProperty("3rdPartyFeature.fixes.advancedShulkerFix", false);
newProperty("3rdPartyFeature.fixes.advancedShulkerFix", true);
@Comment({"Choose the best teleport method by server brand?",
"(Enable this if you are using Paper)"})