From f74301f204ede0e8384668d61fbfa3416dfe7e05 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 24 May 2021 14:50:00 +0200 Subject: [PATCH] Scripts | Initialize needs a minimum of 1 item --- source/resource/entity/1.10.0/entity.json | 1 + 1 file changed, 1 insertion(+) diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index a2ef83e0..3d6e1b78 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -127,6 +127,7 @@ "type": "array", "description": "Clientside molang variables that are to be evualated during the creation of the entity", "title": "Initialize", + "minItems": 1, "items": { "pattern": ";$", "$ref": "../../../molang/1.8.0/string.json",