2020-11-01 17:22:42 +01:00
|
|
|
{
|
|
|
|
|
"$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",
|
2021-03-11 12:06:04 +01:00
|
|
|
"examples": ["namespace:entity_name"],
|
2021-01-03 15:36:56 +01:00
|
|
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$"
|
2020-11-01 17:22:42 +01:00
|
|
|
}
|