blaxxun-boop / Backpacks

3 stars 4 forks source link

add synced config toggle for AzuEPI Backpack slot #33

Closed nbusseneau closed 5 months ago

nbusseneau commented 7 months ago

We add a new synced configuration toggle allowing to enable or disable adding the Backpack slot to AzuExtendedPlayerInventory (defaults to enabled).

With this, it is possible to have the Backpacks mod installed yet hide it completely from the users by disabling the default Explorers Backpack and removing the AzuExtendedPlayerInventory slot. This can be useful when the Backpacks mod is used as a dependency for something else but allowing backpacks themselves is not desired.

For example, BowsBeforeHoes depends on Backpacks to implement its quiver functionallity, however BowsBeforeHoes users might want to only enable quivers and not backpacks.

nbusseneau commented 5 months ago

Noticed this was implemented in f8ae41a6832adaeaa3a4aad345a9086af85b3c3d, cheers.