From 54862e388b32a2891d2f81a0d14972ee12d1c33d Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 2 Jun 2025 13:29:31 +0200 Subject: [PATCH] Enable Check Armorstand Rules by default Having this off is known to hide important things such as cadavers for Vampire Slayer. --- src/main/java/club/sk1er/patcher/config/PatcherConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/club/sk1er/patcher/config/PatcherConfig.java b/src/main/java/club/sk1er/patcher/config/PatcherConfig.java index 13648630..2adb4218 100644 --- a/src/main/java/club/sk1er/patcher/config/PatcherConfig.java +++ b/src/main/java/club/sk1er/patcher/config/PatcherConfig.java @@ -881,7 +881,7 @@ private void modifyEverySound() { "but will resolve special entities being occluded when they typically shouldn't be.", category = "Performance", subcategory = "Culling" ) - public static boolean checkArmorstandRules; + public static boolean checkArmorstandRules = true; @Switch( name = "Disable Enchantment Glint",