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
Can confirm. Relates to MC-269584
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 ]
}
},
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]