35 lines
1014 B
JSON
35 lines
1014 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.behaviour.1.16.200.items.minecraft:wearable",
|
|
"title": "Wearable",
|
|
"description": "Wearable item component.",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"dispensable": {
|
|
"title": "Dispensable",
|
|
"description": "",
|
|
"type": "boolean"
|
|
},
|
|
"slot": {
|
|
"title": "Slot",
|
|
"description": "equipment_slot: slot.weapon.mainhand, slot.weapon.offhand, slot.armor.head, slot.armor.chest, slot.armor.legs, slot.armor.feet, slot.hotbar, slot.inventory, slot.enderchest, slot.saddle, slot.armor, slot.chest",
|
|
"type": "string",
|
|
"enum": [
|
|
"slot.weapon.mainhand",
|
|
"slot.weapon.offhand",
|
|
"slot.armor.head",
|
|
"slot.armor.chest",
|
|
"slot.armor.legs",
|
|
"slot.armor.feet",
|
|
"slot.hotbar",
|
|
"slot.inventory",
|
|
"slot.enderchest",
|
|
"slot.saddle",
|
|
"slot.armor",
|
|
"slot.chest"
|
|
]
|
|
}
|
|
}
|
|
}
|