This commit is contained in:
DaanV2
2021-10-31 14:52:16 +01:00
parent 720acab969
commit 4f0656e851
2 changed files with 4 additions and 3 deletions

View File

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