模式[編輯]
interact_button:
bool "minecraft:interact_button": opt
string "minecraft:interact_button": opt
結構[編輯]
- minecraft:interact_button:為布爾值型別時表示是否加入互動按鈕,按鈕文字預設為「使用物品」[注 1];為字串型別時加入互動按鈕並定義按鈕顯示的文字為字串內容。
範例[編輯]
- 布爾值型
"minecraft:interact_button": true
- 字串型
"minecraft:interact_button": "Display Text"