diff --git a/mappings/net/minecraft/client/gui/Element.mapping b/mappings/net/minecraft/client/gui/Element.mapping index 309af6a25d..6bbb4e688e 100644 --- a/mappings/net/minecraft/client/gui/Element.mapping +++ b/mappings/net/minecraft/client/gui/Element.mapping @@ -53,7 +53,7 @@ CLASS net/minecraft/class_364 net/minecraft/client/gui/Element ARG 3 mouseY COMMENT the Y coordinate of the mouse ARG 5 amount - COMMENT value is {@code > 1} if scrolled down, {@code < 1} if scrolled up + COMMENT value is {@code < 0} if scrolled down, {@code > 0} if scrolled up METHOD method_25402 mouseClicked (DDI)Z COMMENT Callback for when a mouse button down event COMMENT has been captured.