You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this mod with MinifyEverything, some minified buildings will not be added to the storage tab, and cannot be set to be stored inside of stockpiles or storage buildings. I believe this issue is due to Adaptive-Storage-Framework calling
RimWorld.StorageSettings.EverStorableFixedSettings
When running this mod with MinifyEverything, some minified buildings will not be added to the storage tab, and cannot be set to be stored inside of stockpiles or storage buildings. I believe this issue is due to Adaptive-Storage-Framework calling
RimWorld.StorageSettings.EverStorableFixedSettings
Adaptive-Storage-Framework/Source/GraphicsDef.cs
Line 112 in 1996405
during the def resolving phase of loading, causing the settings to get cached before MinifyEverything has a chance to make its changes.
The text was updated successfully, but these errors were encountered: