20 lines
582 B
JSON
20 lines
582 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.equip_item",
|
|
"type": "object",
|
|
"title": "Equip Item",
|
|
"description": "The entity puts on the desired equipment.",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"excluded_items": {
|
|
"title": "Excluded Items",
|
|
"type": "array",
|
|
"description": "List of items that the entity should not equip.",
|
|
"items": {
|
|
"$ref": "../../../../general/item/descriptor.json",
|
|
"description": "Item that the entity should not equip.",
|
|
"title": "Excluded Items"
|
|
}
|
|
}
|
|
}
|
|
}
|