mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-02 17:59:58 +00:00
15 lines
473 B
JSON
15 lines
473 B
JSON
{
|
|
"$id": "1754804474",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"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"
|
|
}
|
|
],
|
|
"title": "minecraft:interact_button",
|
|
"x-format-version": "1.20.50"
|
|
} |