Added items 1.16.200
This commit is contained in:
34
behaviour/items/1.16.200/components/minecraft.wearable.json
Normal file
34
behaviour/items/1.16.200/components/minecraft.wearable.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user