2021-06-06 10:07:19 +00:00
|
|
|
{
|
2021-10-31 14:52:16 +01:00
|
|
|
"$id": "blockception.minecraft.entity.identifier",
|
2022-07-22 19:41:04 +02:00
|
|
|
"description": "A minecraft entity identifier.",
|
2021-06-06 10:07:19 +00:00
|
|
|
"examples": ["namespace:entity_name"],
|
2021-10-23 19:54:22 +02:00
|
|
|
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
2021-10-31 14:52:16 +01:00
|
|
|
"title": "Entity Identifier",
|
2022-02-01 18:06:14 +01:00
|
|
|
"type": "string",
|
|
|
|
|
"defaultSnippets": [{ "label": "New Identifier", "body": "$1:$2" }]
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|