Updated
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
"format": "uuid",
|
||||
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
||||
"title": "A UUID V4",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"defaultSnippets": [{ "label": "new UUID v4", "body": "$UUID" }]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.entity.identifier.1.8.0",
|
||||
"$id": "blockception.minecraft.entity.identifier",
|
||||
"description": "A minecraft entity identifier",
|
||||
"examples": ["namespace:entity_name"],
|
||||
"pattern": "^[0-9a-zA-Z:_\\.\\-]+$",
|
||||
"title": "Entity Identifier 1.8.0",
|
||||
"title": "Entity Identifier",
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user