SortedUpgrades is a small BepInEx mod that makes player upgrade displays deterministic by sorting upgrades by value (configurable ascending/descending).
Installation
SortedUpgrades.dll to your BepInEx plugins folder.Configuration
The mod exposes a config entry in BepInEx/config/Tolga.SortedUpgrades.cfg:
SortDescending (bool) — true (default) sorts high→low; false sorts low→high.