From 30cb106178c3f2c7cfa71de6dd983c9465c742b3 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 25 Jan 2021 17:12:02 +0100 Subject: [PATCH] Updated --- resource/entity/1.10.0/entity.json | 4 ++-- resource/particles/1.10.0/particle.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resource/entity/1.10.0/entity.json b/resource/entity/1.10.0/entity.json index e36ba5c2..61b4ea3e 100644 --- a/resource/entity/1.10.0/entity.json +++ b/resource/entity/1.10.0/entity.json @@ -163,7 +163,7 @@ "title": "Initialize", "items": { "pattern": ";$", - "$ref": "../../../molang/1.8.0/number.json", + "$ref": "../../../molang/1.8.0/string.json", "description": "TODO description: initialize", "title": "Initialize" } @@ -174,7 +174,7 @@ "title": "Pre Animation", "items": { "pattern": ";$", - "$ref": "../../../molang/1.8.0/number.json", + "$ref": "../../../molang/1.8.0/string.json", "description": "TODO description: pre aninamtion", "title": "Pre Animation" } diff --git a/resource/particles/1.10.0/particle.json b/resource/particles/1.10.0/particle.json index 7d9e4ee7..314bf7a0 100644 --- a/resource/particles/1.10.0/particle.json +++ b/resource/particles/1.10.0/particle.json @@ -54,7 +54,7 @@ "description": "Curves are interpolation values, with inputs from 0 to 1, and outputs based on the curve. The result of the curve is a MoLang variable of the same name that can be referenced in MoLang in components. For each rendering frame for each particle, the curves are evaluated and the result is placed in a MoLang variable of the name of the curve.", "type": "object", "propertyNames": { - "pattern": "^variable\\.[a-zA-z0-9]+$" + "pattern": "^(v|variable)\\.[a-zA-z0-9]+$" }, "additionalProperties": { "type": "object",