armor.yml

盔甲配置文件示例:

# armor.yml
armors:
  test_helmet:
    name: "Test Helmet" #物品名
    namespace: "coreextensions" #命名空间
    id: "test_helmet" #物品ID
    types: "HELMET" #可用值HELMET CHESTPLATE LEGGINGS BOOTS
    properties:
      groups: "coreextensions:itemgroups"
      RepairIngredient: "minecraft:iron_ingot" #修补物品
      Durability: 200 #耐久度
      Protection: 3 #防御值
      toughness: 0.0 #韧性
      KnockbackResistance: 0.0 #防击退

最后更新于