mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-08-07 05:41:52 +00:00
16 lines
561 B
JSON
16 lines
561 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1754804474",
|
|
"x-format-version": "1.20.50",
|
|
"x-minecraft-version": "1.21.100-beta.6",
|
|
"title": "minecraft:interact_button",
|
|
"description": "This component is a boolean or string that determines if the interact button is shown in touch controls and what text is displayed on the button. When set as true, default \"Use Item\" text will be displayed.",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "string"
|
|
}
|
|
]
|
|
} |