Polished and examples

This commit is contained in:
DaanV2
2021-06-09 10:24:01 +02:00
parent b68ba1865c
commit 93a8ce3aec
7 changed files with 21 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.entity.identifier.1.8.0",
"type": "string",
"title": "Entity Identifier 1.8.0",
"description": "The minecraft entity identifier",
"description": "A minecraft entity identifier",
"examples": ["namespace:entity_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}