Files
minecraft-bedrock-json-schemas/source/general/entity/identifier.json
2021-06-09 10:24:01 +02:00

9 lines
258 B
JSON

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