Bag Of Holding [Forge & Fabric]

Bag Of Holding [Forge & Fabric]

946k Downloads

[Bug]: Slot cycling on hover not working

Trynthlas opened this issue ยท 4 comments

commented

Mod Loader (Required)

Fabric

Minecraft Version (Required)

1.19.2

Mod Version (Required)

v4.1.6

Notes (Required)

Server config is enabled:
#Allow using the mouse wheel to scroll between slots to choose the next item to extract when hovering over a container item. allow_slot_cycling = true

However, in-game the functionality is not working, the slot is stuck/fixed at the last item in the bag.

2023-07-27_08 00 14

Recently updated multiple mods/mod library packages (incl. fabric-language-kotlin). Also updated Fabric loader to 0.14.21

latest.log (Optional)

https://gist.github.com/Trynthlas/f9dfa98df000c2e849169bc8f4e916a2

commented

Is this an issue with just Bag Of Holding + dependencies?

If not that's a mod conflict, the only way to find it is to remove mods one by one until you find the conflict.

commented

No new mods added, just version updates. The scroll wheel feature was working previously with the same mod list. I was mainly suspecting some change in library used, but not sure if you have any external dependencies.

commented

Tested a raw install with bag of holding and required libs only on latest fabric. Feature is working there, so will spend some time to hunt down the conflicting one and share the result.

commented