精选条目

手册:minecraft:allow_off_hand

From Minecraft基岩版开发Wiki
数据驱动 物品 > minecraft:allow_off_hand
minecraft:allow_off_hand
附加包组件
组件所属
组件类型
1.20.20
加入版本

minecraft:allow_off_hand用于设置物品是否可装备于副手。

模式[edit]

bool "minecraft:allow_off_hand" : opt

结构[edit]

  •  minecraft:allow_off_hand:根对象。
    •  value:定义该物品是否能装备在副手。默认值为false

或可以指定为简化写法:

  •  minecraft:allow_off_hand:定义该物品是否能装备在副手。默认值为false

示例[edit]

"minecraft:allow_off_hand": true
"minecraft:allow_off_hand": {
    "value": true
}

历史[edit]

基岩版
1.16.1001.16.100.56加入了minecraft:allow_off_hand
1.20.301.20.20.21minecraft:allow_off_hand移出实验性玩法。

参考[edit]

有关minecraft:allow_off_hand组件的用法,可以查阅微软文档

漏洞[edit]

关于minecraft:allow_off_hand的漏洞在国际版中由漏洞追踪器维护,请在此报告漏洞。