8 lines
414 B
JSON
8 lines
414 B
JSON
|
|
{
|
||
|
|
"$id": "blockception.minecraft.behavior.items.minecraft:interact_button",
|
||
|
|
"title": "Interact Button",
|
||
|
|
"description": "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 to 'true', the default 'Use Item' text will be used.",
|
||
|
|
"examples": [true, false, "Open Menu", "Use Item"],
|
||
|
|
"type": ["boolean", "string"]
|
||
|
|
}
|