-
Bug
-
Resolution: Duplicate
-
None
-
1.18.2
-
None
-
Confirmed
-
Hitboxes
-
Low
I see the red box for the eyes not the same from the top of the players hitbox, either if he is sneaking or not.
It can be an issue for map makers trying to detect if a player touchs a block above him.
eg:
execute as @a[...] at @s anchored eyes if block ~ ~0.19 ~ red_concrete run kill @s
sneaking | not sneaking | |
---|---|---|
hitbox size vertical | 1.5 | 1.8 |
eyes box from top of player hitbox | -0.23000001907 | -0.17999999523 |
shouldn't it be logical to have the eyes position the same from the top of the hitbox?
- duplicates
-
MC-142684 Player's eye height is slightly offset while crouching
- Open