armor.yml

示例盔甲(头盔):

# armor.yml
armors:
  test_helmet:
    name: "测试用头盔" #备注物品名(不计入lang文件)
    namespace: "coreextensions" #命名空间
    id: "test_helmet" #物品ID
    type: "HELMET" #可用值HELMET CHESTPLATE LEGGINGS BOOTS
    RepairIngredient: "minecraft:iron_ingot" #修补物品
    Durability: 200 #耐久度(整数int类型)
    Protection: 3 #防御值(整数int类型)
    toughness: 0.0 #韧性(double/float类型)
    KnockbackResistance: 0.0 #防击退(double/float类型)

type:盔甲类型,可用HELMET CHESTPLATE LEGGINGS BOOTS

最后更新于