Closed DeadMor0z closed 2 years ago
Hi.
I didn't add persistence because the devs promised an official way of storing mod-related data within the saves.
Besides, having a global list might not be good between saves and during progress within the save.
Instead, I suggest you create a mod that hooks into my mods via reflection. Practically, you'd only have to check pinnedRecipeList
and slots
periodically or call PinUnpinReciple
reflectively such as this.
Nevermind then. I'll just use my local modified copy. But I suggest you to look into my last two commis - you should hide hotbar and recipes overlays if pause window is open. Right now - game starts lagging badly for a few seconds after pause window is closed. Also it looks a bit bad, when UI is hidden, except those two elements.
Hotbar layout and pinned recipes saved in plugins config files in form of comma-separated list of group IDs.