Skip to content

Commit ce71d02

Browse files
committed
Material List: Fix one more case to not automatically start a counting task
1 parent 23140e5 commit ce71d02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author = masa
99
mod_file_name = litematica-fabric
1010

1111
# Current mod version
12-
mod_version = 0.19.2+mms.47
12+
mod_version = 0.19.2+mms.48
1313

1414
# Required malilib version
1515
malilib_version = 0.20.0

src/main/java/fi/dy/masa/litematica/schematic/placement/SchematicPlacement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public MaterialListBase getMaterialList()
314314
{
315315
if (this.materialList == null)
316316
{
317-
this.materialList = new MaterialListPlacement(this, true);
317+
this.materialList = new MaterialListPlacement(this, Configs.Generic.MATERIAL_LIST_HOTKEY_AUTO_REFRESH.getBooleanValue());
318318
}
319319

320320
return this.materialList;

0 commit comments

Comments
 (0)