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