Right-click and left-click hitboxes do not match.
codewarrior0 opened this issue ยท 6 comments
Using version 1.6.2 (as part of FTB Infinity Evolved 2.1.2).
It is simplest to show this visually:
The blue lines indicate the borders between the hitboxes when left-clicking.
The green lines indicate the borders when right-clicking.
In other words, the right-click hitbox correctly matches the pixels, while the left-click hitbox does not.
The situation is similar for compacting drawers.
Interesting catch. It looks like a roundoff error in the BlockClickMessage. Minecraft gives me the the right-click hit vector on the server, but forces me to calculate my own left-click hit vector on the client and send it through a custom packet.
Nice. I was wondering how that worked, since vanilla Minecraft blocks don't do anything besides break when you left-click on them.
BTW, this issue is present in v2.2.1 for MC 1.8.9 where the hitboxes are slightly different, but still wrong.