i have item:
"format_version": "1.10.0",
"minecraft:item": {
"description": {
"identifier": "addon:gamemode_stick"
},
"components": {
"minecraft:max_stack_size": 1,
"minecraft:hand_equipped": true
}
}
}```
But it does not appear correctly in the game.
Maybe I misunderstand the functionality of the `hand_equipped` field, but shouldn't it be responsible for displaying the item in your hand, like the sword from vanilla, for example?