stored preform stage added & heat/cool prediction state machine filters only gameobject actions

previously, when preform is stored in storage, plugin assumes it's time to talk to kovac for new commision.

previously, any menu action will interupt and stop the heat/cooling statemachine state.
This commit is contained in:
Louis Hong
2024-11-09 01:28:17 -08:00
parent 547c2b40f0
commit dd73d961c0
4 changed files with 87 additions and 33 deletions

View File

@@ -247,6 +247,18 @@ public interface EasyGiantsFoundryConfig extends Config
return true;
}
@ConfigItem(
keyName = "storageHighlight",
name = "Highlight Preform Storage",
description = "Highlight Storage when it contains a preform.",
position = 10,
section = highlightList
)
default boolean highlightStorage()
{
return true;
}
@ConfigSection(
name = "Info Panel",
description = "Settings for the Info Panel overlay",