Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignees
Labels
bug Something isn't working Trinkets Compat Related to the trinkets compatibility layer

Comments

@Sourpunch14
Copy link

Sourpunch14 commented Nov 25, 2024

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

@Salandora
Copy link

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?

@Dragon-Seeker
Copy link
Member

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.

@Dragon-Seeker Dragon-Seeker self-assigned this Dec 21, 2024
@Dragon-Seeker Dragon-Seeker added bug Something isn't working Trinkets Compat Related to the trinkets compatibility layer labels Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Trinkets Compat Related to the trinkets compatibility layer
Projects
None yet
Development

No branches or pull requests

3 participants