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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user