9 lines
280 B
JSON
9 lines
280 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.entity.identifier.1.8.0",
|
|
"type": "string",
|
|
"title": "The minecraft entity identifier 1.8.0",
|
|
"description": "The minecraft entity identifier",
|
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
|
}
|