diff --git a/source/behavior/items/format/components/digger.json b/source/behavior/items/format/components/digger.json index a1445da2..b741f8ed 100644 --- a/source/behavior/items/format/components/digger.json +++ b/source/behavior/items/format/components/digger.json @@ -30,13 +30,12 @@ { "type": "object", "additionalProperties": false, - "description": "Block descriptor.", "properties": { - "any_tag": { - "type": "array", - "title": "Any Block Tag", - "description": "The block tag.", - "items": { "type": "string", "title": "Block Tag" } + "tags": { + "type": "string", + "title": "Block Tags", + "description": "The block tags.", + "examples": ["query.any_tag( 'stone', 'metal' )"] } } }