Release v0.1.13
- Fixed integration for game version 1.32.17.0 (@atenfyr).
- For each mod,
/Game/Items/ItemTypes/MasterItemList
item list entries are now duplicated into/Game/Items/ItemTypes/BaseGameInitialKnownItemList
, unless the latter is already specified. - This ensures that modded items are properly visible in the catalog on new saves.
- For each mod,
- Implemented some logging fixes and optimization (@Esper89).