mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-09-30 22:51:19 +00:00
21 lines
564 B
JSON
21 lines
564 B
JSON
{
|
|
"$id": "1889822164",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "The hand_equipped component determines if an item is rendered like a tool while it is in a player's hand.",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"properties": {
|
|
"value": {
|
|
"description": "Determines whether the item is rendered like a tool while in the player's hand.",
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|
|
],
|
|
"title": "minecraft:hand_equipped",
|
|
"x-format-version": "1.20.50"
|
|
} |