Skip to content

Commit

Permalink
- Fix digger (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Mar 29, 2024
1 parent db50417 commit 67b55a3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions source/behavior/items/format/components/digger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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' )"]
}
}
}
Expand Down

0 comments on commit 67b55a3

Please sign in to comment.