{ "$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" } } } }