[Bug] mouseScrolled delegates wrong amount value to widget
DasRed opened this issue · 1 comments
Version Info
- Minecraft, [1.21.6,1.22)
- neoforge_version=21.6.20-beta
- neoforge_dependency=[21.6.20-beta,)
- core_library_file=6714183
- core_library_dependency=[1.1.17,1.2.0)
- OS: MacOS
Description of the Bug
The scrolling does not work in the Tesseract mod.
Steps to Reproduce
- checkout the tesseract mod
- start the client
- generate a new local world (flat, creative)
- create more then 12 entries in the channel list
- try to scroll, nothing happends
-> I debug through the code and find out, that the value in verticalAmount in WidgetScreen will not be delegated to a widget. But in verticalAmount is given the correct scroll value.
Screenshots
** Wish **
You make very great mod for minecraft. Would be nice to get this fixed in Tesseract for Minecraft 1.21.8 and Neoforge 21.8.33+.
Thank you for your efforts and great work
Yup seems it is passing the horizontal scrolling rather than the vertical scrolling 🤦♂️