2022-06-07 20:42:18 +02:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.behavior.1.16.200.items.minecraft:armor",
|
|
|
|
|
"title": "Armor",
|
|
|
|
|
"description": "The armor item component determines the amount of protection you have in your armor item.",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"required": ["protection", "texture_type"],
|
|
|
|
|
"properties": {
|
|
|
|
|
"protection": { "type": "integer", "description": "How much protection does the armor item have.", "title": "Protection", "minimum": 0 },
|
|
|
|
|
"texture_type": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"default": "gold",
|
|
|
|
|
"description": "Texture Type to apply for the armor. Note that Horse armor is restricted to leather, iron, gold, or diamond.",
|
|
|
|
|
"title": "Texture Type",
|
|
|
|
|
"enum": ["gold", "none", "leather", "chain", "iron", "diamond", "elytra", "turtle", "netherite"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|