diff --git a/source/behavior/recipes/1.12.0/types/base types/tags.json b/source/behavior/recipes/1.12.0/types/base types/tags.json index 9e05f219..aac278c3 100644 --- a/source/behavior/recipes/1.12.0/types/base types/tags.json +++ b/source/behavior/recipes/1.12.0/types/base types/tags.json @@ -3,5 +3,5 @@ "description": "Recipe tags 1.12.0", "title": "Tags", "type": "array", - "items": { "type": "string", "title": "Tag" } + "items": { "type": "string", "title": "Tag", "examples": ["smithing_table"] } }