Список изменений
[LongHotbar] Fix: Fabric scroll wheel accidentally triggers swap in GUI
- Symptom: Scrolling at hotbar edge while inventory/chest is open caused a full row swap.
- Cause: handleScroll lacked a check for client.gui.screen(), allowing edge-swap logic in GUI contexts.
- Fix: Added if (client.gui.screen() != null) return false; to disable mod scroll behavior in GUI.
- Verification: No swap occurs in GUI; vanilla scrolling works; HUD functionality remains intact.
Файлы
longhotbar-2.2.0K+26.2.jar(40.71 KiB)
ОсновнойМетаданные
Канал релиза
Beta
Номер версии
2.2.0K+26.2
Загрузчики
Fabric
Версии игры
26.2
Загрузок
52
Дата публикации
06.09.2026

