BeansGalaxy / Beans-Backpacks-2

1.20 inventory management mod. Designed to solve inventory clutter and transferring items while belonging in vanilla Minecraft's aesthetic.
MIT License
21 stars 1 forks source link

disables_back_slot config half working #175

Open ArkVeil opened 1 week ago

ArkVeil commented 1 week ago

BeansBackpacks 2.0.2

The disables_back_slot config option only works when doing a specific sequence of actions.

Working case:

If you have a backpack equipped in the backslot, and then try to shift-right click an item into your chest slot, it will stop you by saying "x cannot be worn with x backpack". In this case, the quark backpack and create back tanks.

image image

Broken cases:

image image image image image

BeansGalaxy commented 4 days ago

Awhile ago I changed disable_back_slot to only disable the rendering since it was causing a lot of compatibility issues. I must've missed something that still disables it. I'll double check that everything's working consistently.