Added example to entity identifier

This commit is contained in:
DaanV2
2021-03-11 12:06:04 +01:00
parent c2ccd3d9e1
commit 1a49e89a50

View File

@@ -4,5 +4,6 @@
"type": "string",
"title": "The minecraft entity identifier 1.8.0",
"description": "The minecraft entity identifier",
"examples": ["namespace:entity_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}