[Bug]: Slot cycling on hover not working
Trynthlas opened this issue ยท 4 comments
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.
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
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.
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.
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.
Narrowed it down to Easy Shulker Boxes:
https://gist.github.com/Trynthlas/d5cad6d2500e4d1d260133bd8a0f977e
