Files
minecraft-bedrock-json-schemas/source/general/entity/identifier.json
2021-10-31 14:52:16 +01:00

9 lines
246 B
JSON

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