Yes I still have this issue as seen in the attachments (testet in 1.16.221)
Right:
[media]Wrong:
[media]I've made the same discovery with the component "category".
Affected Versions: 1.16.40
Steps to Reproduce:
**under
resource_pack/test_res_pack/items/test_item.json
i have
"description": {
"identifier": "test:test_item",
"category": "tools"
},
The category tools make it that the (host) player sees the item as a tool.
A second player on the world sees the item render offset not as a tool.
Observed Results:
The host player sees all items as they should be, another player in the same world sees them always with the same (sometimes wrong) item offset
Expected Results:
All the other players should see the items as the host
This issue can be closed? This is because I did not know that you have to put `"minecraft:hand_equipped": true` in the behavior part of the item. It is still an inconsistency but can be fixed by the operator.