Files
minecraft-bedrock-json-schemas/source/general/feature/identifier.json

9 lines
252 B
JSON
Raw Normal View History

2021-06-03 20:40:45 +02:00
{
"$id": "blockception.minecraft.entity.identifier.1.8.0",
"type": "string",
"title": "Entity Identifier 1.8.0",
"description": "The minecraft entity identifier",
"examples": ["namespace:entity_name"],
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
}