
GenesisExtraCustomSlots
Custom slots for various mods that support custom items.Details
1.0.0 β β¨ Renaming & Version Reset
Breaking change: the mod has been renamed from ExtraSlotsCustomSlots to GenesisExtraCustomSlots.
To reflect the new identity and avoid compatibility confusion, the version has been reset to 1.0.0.
π What this means for you
- π New package name:
GenesisExtraCustomSlots - π Config: your old configs will not be enabled since the package name changed. You will have to reconfigure the mod as you like in the new file
- π§© Compatibility: slot logic remains, but integrations with other mods were revised (see below).
π Whatβs new in this release
- πΉ HunterLegacy integration with automatic quiver detection.
- π Improved backpack slot filtering to exclude quivers, preventing equip conflicts.
- π§· Unified quiver slot system for better cross-mod compatibility.
- π§° Major internal refactor to prevent a game-breaking bug and improve stability.
β Quick migration notes
- Uninstall ExtraSlotsCustomSlots before installing GenesisExtraCustomSlots.
- Check your config files under
BepInEx/config. - If you use quiver/backpack mods, test the unified quiver slot and backpack filter to confirm expected behavior.
Old mod ExtraSlotsCustomSlots changelog
1.0.12
- items in user defined custom slots are visible on player now
1.0.11
- 8 used defined custom slots. You can create your own custom slots for any item(s). Use ExtraSlots translation files to add localized slot names.
1.0.10
- RustyBags slot
1.0.9
- patch 0.220.3
- ServerSync updated
1.0.8
- CircletExtended slot will only be available after circlet upgrade to lvl2
1.0.7
- changed the logic of checking slots activity. If only one of the values ββ(global key or discovered item) is specified - checking for the unfilled one will not be performed
1.0.6
- fixed rare occasional warning when AdventureBackpack is installed with slot disabled
1.0.5
- JudesEquipment backpacks slot
1.0.4
- fixed AdventureBackpack slot making some other items "equippable"
1.0.3
- fixed BowsBeforeHoes quiver unequipping cape
1.0.2
- AdventureBackpack double equip issue fix
1.0.1
- AdventureBackpack opening fixed
- AdventureBackpack compatibility with EpicLoot
1.0.0
- Initial Release