mojira.dev
MC-271189

Brushes don't fully disappear whilst rowing in boat

Most items move downward out of view when rowing a boat, but for some reason, the brush seemed to stay on screen. I have tested it with all the boat variants and even chest boats, but all of them seem to have the same issue

Attachments

Comments 4

This only seems to be an issue when the brush is on the left side of the screen. On the right side, it does not show as expected.

[media][media]

Looking in the item model, it seems like there's a translation made in the left hand in first person, and not the right hand (resulting in the behavior noted by Arnav in their last comment)

"display": {
        "firstperson_lefthand": {
          "rotation": [ 55, -85, 0 ],
          "translation": [ 8.0, 0.5, -5.5 ],
          "scale": [ 1.0, 1.0, 1.0 ]
        },
        "thirdperson_righthand": {
          "rotation": [ 0, 0, 45 ],
          "translation": [ 0, 4, 0 ],
          "scale": [ 0.9, 0.9, 0.9 ]
        },
        "thirdperson_lefthand": {
          "rotation": [ 0, 0, -45 ],
          "translation": [ 0, 4, 0 ],
          "scale": [ 0.9, 0.9, 0.9 ]
        }
    },

Can confirm in 1.21.

Player_Names

(Unassigned)

Community Consensus

Gameplay

Low

Textures and models

23w07a, 1.20.5, 24w18a, 1.21, 1.21.1

Retrieved