Files
minecraft-bedrock-json-schemas/source/behavior/items/format/components/hand_equipped.json

13 lines
461 B
JSON
Raw Normal View History

2022-06-07 20:49:57 +02:00
{
"$id": "blockception.minecraft.behavior.items.minecraft:hand_equipped",
2022-06-07 20:49:57 +02:00
"additionalProperties": false,
"type": "object",
2022-06-07 20:49:57 +02:00
"title": "Hand Equipped",
"description": "This component determines if an item is rendered like a tool while in hand.",
"required": ["value"],
"properties": { "value": { "type": "boolean", "title": "Value", "description": "If the item is rendered like a tool while in hand." } },
"examples": [
{ "value": true }
]
2022-06-07 20:49:57 +02:00
}