You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/fi/dy/masa/litematica/config/Configs.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public static class Generic
98
98
publicstaticfinalConfigBooleanMATERIAL_LIST_HOTKEY_AUTO_REFRESH = newConfigBoolean("materialListHotkeyAutoRefresh", true, "When using openGuiMaterialList for the first time on a schematic placement, automatically starts counting materials");
publicstaticfinalConfigBooleanMATERIAL_LIST_USE_BSI_FORMAT = newConfigBoolean("materialListUseBSIFormat", false, "Use B (Shulker Boxes) S (stacks) I (remainder items) format for material lists");
101
-
publicstaticfinalConfigBooleanMATERIAL_LIST_PLACEMENT_PERSISTENT = newConfigBoolean("materialListPlacementPersistent", false, "Material List (from schematic placements)\nwill keep checking for block updates");
101
+
publicstaticfinalConfigBooleanMATERIAL_LIST_PLACEMENT_PERSISTENT = newConfigBoolean("materialListPlacementPersistent", true, "Material List (from schematic placements)\nwill keep checking for block updates and immediately give partial results");
102
102
publicstaticfinalConfigIntegerMATERIAL_LIST_PLACEMENT_PERSISTENT_DELAY = newConfigInteger("materialListPlacementPersistentDelay", 0, 0, 5000, "Adds delay in miliseconds to Material List's (from schematic placements) checks of block updates. Increase to reduce CPU usage.");
0 commit comments