Updated behaviors and entities components

This commit is contained in:
DaanV2
2022-12-07 10:40:43 +01:00
parent 8cc3ef4bc6
commit 8e0228de15
9 changed files with 203 additions and 61 deletions

View File

@@ -3,5 +3,5 @@
"description": "Recipe tags 1.12.0",
"title": "Tags",
"type": "array",
"items": { "type": "string", "title": "Tag", "examples": ["smithing_table"] }
"items": { "type": "string", "title": "Tag", "examples": ["smithing_table", "deprecated"] }
}