2022-06-07 20:49:57 +02:00
|
|
|
{
|
2023-08-17 11:04:39 -07:00
|
|
|
"$id": "blockception.minecraft.behavior.items.minecraft:hand_equipped",
|
2022-06-07 20:49:57 +02:00
|
|
|
"title": "Hand Equipped",
|
2024-02-11 16:05:56 +05:00
|
|
|
"description": "This component determines if an item is rendered like a tool while in hand.",
|
2024-05-11 10:24:22 +01:00
|
|
|
"default": false,
|
|
|
|
|
"examples": [true, { "value": true }],
|
|
|
|
|
"oneOf": [
|
|
|
|
|
{
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"required": ["value"],
|
|
|
|
|
"properties": {
|
|
|
|
|
"value": {
|
|
|
|
|
"title": "Value",
|
|
|
|
|
"description": "If the item is rendered like a tool while in hand.",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"default": false
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-02-11 16:05:56 +05:00
|
|
|
]
|
2022-06-07 20:49:57 +02:00
|
|
|
}
|