From 485b2487d7013d502c7c0d5d262d067cf25f9c58 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 1 Apr 2023 19:09:51 +0200 Subject: [PATCH] Fixing --- source/behavior/entities/format/minecraft.entity.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/minecraft.entity.json b/source/behavior/entities/format/minecraft.entity.json index d668d961..ee43c852 100644 --- a/source/behavior/entities/format/minecraft.entity.json +++ b/source/behavior/entities/format/minecraft.entity.json @@ -150,7 +150,7 @@ "type": "string", "title": "Runtime Identifier", "description": "Sets the name for the Vanilla Minecraft identifier this entity will use to build itself from.", - "examples": ["minecraft."] + "examples": ["minecraft:"] }, "scripts": { "type": "object",