Skip to content

Commit d643a49

Browse files
committed
Change default of materialListPlacementPersistent to true, and added documentation about giving partial results
1 parent 27e4382 commit d643a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fi/dy/masa/litematica/config/Configs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static class Generic
9898
public static final ConfigBoolean MATERIAL_LIST_HOTKEY_AUTO_REFRESH = new ConfigBoolean("materialListHotkeyAutoRefresh", true, "When using openGuiMaterialList for the first time on a schematic placement, automatically starts counting materials");
9999
public static final ConfigBoolean MATERIAL_LIST_IGNORE_STATE = new ConfigBoolean("materialListIgnoreState", false).apply(GENERIC_KEY);
100100
public static final ConfigBoolean MATERIAL_LIST_USE_BSI_FORMAT = new ConfigBoolean("materialListUseBSIFormat", false, "Use B (Shulker Boxes) S (stacks) I (remainder items) format for material lists");
101-
public static final ConfigBoolean MATERIAL_LIST_PLACEMENT_PERSISTENT = new ConfigBoolean("materialListPlacementPersistent", false, "Material List (from schematic placements)\nwill keep checking for block updates");
101+
public static final ConfigBoolean MATERIAL_LIST_PLACEMENT_PERSISTENT = new ConfigBoolean("materialListPlacementPersistent", true, "Material List (from schematic placements)\nwill keep checking for block updates and immediately give partial results");
102102
public static final ConfigInteger MATERIAL_LIST_PLACEMENT_PERSISTENT_DELAY = new ConfigInteger("materialListPlacementPersistentDelay", 0, 0, 5000, "Adds delay in miliseconds to Material List's (from schematic placements) checks of block updates. Increase to reduce CPU usage.");
103103
public static final ConfigBoolean PASTE_ALWAYS_USE_FILL = new ConfigBoolean("pasteAlwaysUseFill", false).apply(GENERIC_KEY);
104104
public static final ConfigBoolean PASTE_IGNORE_BE_ENTIRELY = new ConfigBoolean("pasteIgnoreBlockEntitiesEntirely", false).apply(GENERIC_KEY);

0 commit comments

Comments
 (0)