(旧)简单盔甲
This method is suggested for ItemsAdder 4.0.8 and lower. This is made for clients with version lower than 1.21.2.
ItemsAdder 4.0.9+ and Minecraft 1.21.2+ support a new way of making armors. Read more here.
这是一个自动创建的简单盔甲,没有纹理,ItemsAdder会根据你决定的颜色生成它,它类似于铁/钻石护甲,但颜色不同。
创建盔甲部件
让我们创建一个胸甲。
要创建其他部件,你只需要重复下方步骤,并更改 slot
。
my_armor_simple_chestplate:
display_name: my_armor_simple chestplate
permission: myarmor
resource:
generate: true
durability:
max_custom_durability: 400
specific_properties:
armor:
slot: chest
color: '#ff0001'
attribute_modifiers:
chest:
armor: 7
armorToughness: 1
color
属性非常重要,这是盔甲在游戏内的颜色。
完成!
不用再做更多了,你已经创建了一个不带有其他纹理的简易盔甲!


前例完整配置
contents
文件夹中Last updated
Was this helpful?