Applied Energistics 2

Applied Energistics 2

137M Downloads

Mouse scrolling on guide does not work

IronMine opened this issue ยท 1 comments

commented

Describe the bug

I was trying to scroll through the guide, but it was not working.

How to reproduce the bug

Launch the client with IntelliJ on Ubuntu, open the guide and try to scroll through the guide. Version : 17.0.6-beta for NeoForge on Minecraft 1.20.4

Expected behavior

being able to scroll through the guide

Additional details

In the function mouseScrolled in the file : GuideScrollbar.java.
The delta when scrolled have a value of 0.0.

Which minecraft version are you using?

1.20

On which mod loaders does it happen?

Forge

Crash log

no Crash Log

commented

Might be a porting bug since they added horziontal delta (* in 1.20.4) and the method parameters may be flipped.