Default to not show info box anywhere.

Added a red "Open bank" text if you haven't opened the bank yet.
Updated the count to only update when itemContainerChanged triggers.
This commit is contained in:
Christopher Riwik
2025-08-27 18:28:56 +02:00
parent 50d72f9635
commit 82d6add928
3 changed files with 16 additions and 8 deletions

View File

@@ -524,7 +524,7 @@ public interface EasyGiantsFoundryConfig extends Config
description = "Where to show the info box",
section = totalMetalsInfo
)
default Location location() { return Location.GIANTS_FOUNDRY; }
default Location location() { return Location.NOWHERE; }
@ConfigItem(
position = 2,