From 4477db9222c00f08a053dde30c734445515aedd3 Mon Sep 17 00:00:00 2001 From: Xterionix <72647213+Xterionix@users.noreply.github.com> Date: Fri, 29 Mar 2024 04:26:52 +0500 Subject: [PATCH] - Fix digger --- source/behavior/items/format/components/digger.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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' )"] } } }