From 4f0656e8519690c116875e94c18b83393724b81a Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 31 Oct 2021 14:52:16 +0100 Subject: [PATCH] Updated --- source/general/UUIDV4.json | 3 ++- source/general/entity/identifier.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/general/UUIDV4.json b/source/general/UUIDV4.json index 58854f47..c52e2cfa 100644 --- a/source/general/UUIDV4.json +++ b/source/general/UUIDV4.json @@ -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" }] } diff --git a/source/general/entity/identifier.json b/source/general/entity/identifier.json index 10d75d1c..34ab0b23 100644 --- a/source/general/entity/identifier.json +++ b/source/general/entity/identifier.json @@ -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" }