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 using Accessories + Trinket compat for Accessories for Fabric 1.21.1 with unofficial fabric port of Sophisticated Backpacks, the backpack cannot be opened while it's worn on the back
#162
Open
Sourpunch14 opened this issue
Nov 25, 2024
· 2 comments
Describe the bug
When using Accessories + Trinket compat for Accessories for Fabric 1.21.1 with unofficial fabric port of Sophisticated Backpacks, the backpack cannot be opened while it's worn on the back. trinket slot However there were times where I did have it open and work just fine while it's worn on the back trinket slot
Modlist: Accessories 1.1.0-beta.16+1.21.1, Accessories Trinket Compat Layer 3.10.0+beta.18, Another Furniture 4.0.0, EMI 1.1.18+1.21.1+fabric, Fabric API 0.109.0+1.21.1, Farmer's Delight 1.21.1-2.2.2+refabricated, Mod Menu 11.0.3, OwO lib 0.12.15+1.21, Sophisticated Backpacks 1.21.1-3.20.19.51, Sophisticated Core 1.21.1-0.6.50.61, Sophisticated Storage 1.21.1-0.10.52.54,
To Reproduce
Steps to reproduce the behavior:
Equip backpack in back trinket slot
press B (default keybind but switching it to V also didn't work)
Expected behavior
Backpack opens allowing you to put stuff in it
Screenshots
NA
Versions
Minecraft 1.21.1, fabric loader 0.16.9
The text was updated successfully, but these errors were encountered:
I investigated the issue and with the Experimental Screen Type the backpack is being equipped into the cosmetic accessories/accessories:chest slot on shift clicking, from there the WrappedTrinketInventory is not returning the backpack anymore with getItem, which is expected as the slot is for cosmetic accessories.
So the problem really is that the backpack gets shift clicked into the cosmetic accessories slot instead of the chest/back slot.
I have it setup so that with trinkets it's only allowed into the chest/back slot. Is there a way for me to block it from entering the accessories/accessories:chest slot?
Hmmm so I believe it may be better instead of restricting going to the slot to change the ordering of slots attempted to be equipped in to prevent this case from occurring as often without people understanding that its cosmetic only.
Describe the bug
When using Accessories + Trinket compat for Accessories for Fabric 1.21.1 with unofficial fabric port of Sophisticated Backpacks, the backpack cannot be opened while it's worn on the back. trinket slot However there were times where I did have it open and work just fine while it's worn on the back trinket slot
Modlist: Accessories 1.1.0-beta.16+1.21.1, Accessories Trinket Compat Layer 3.10.0+beta.18, Another Furniture 4.0.0, EMI 1.1.18+1.21.1+fabric, Fabric API 0.109.0+1.21.1, Farmer's Delight 1.21.1-2.2.2+refabricated, Mod Menu 11.0.3, OwO lib 0.12.15+1.21, Sophisticated Backpacks 1.21.1-3.20.19.51, Sophisticated Core 1.21.1-0.6.50.61, Sophisticated Storage 1.21.1-0.10.52.54,
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Backpack opens allowing you to put stuff in it
Screenshots
NA
Versions
Minecraft 1.21.1, fabric loader 0.16.9
The text was updated successfully, but these errors were encountered: