From 292a08c52783775b0b26eecfd64af5ba54b3a6e0 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 20 Nov 2021 11:27:59 +0100 Subject: [PATCH] Updated path --- source/resource/particles/particles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index 48ac8720..b07cddf9 100644 --- a/source/resource/particles/particles.json +++ b/source/resource/particles/particles.json @@ -67,12 +67,12 @@ "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "properties": { - "input": { "$ref": "../../../molang/number.json", "title": "Input", "description": "What is the input value to use" }, + "input": { "$ref": "../../molang/number.json", "title": "Input", "description": "What is the input value to use" }, "nodes": { "description": "Control nodes for curve. These are assumed to be equally, used Object for bezier_chain", "title": "Nodes", "oneOf": [ - { "minItems": 1, "type": "array", "items": { "$ref": "../../../molang/number.json" } }, + { "minItems": 1, "type": "array", "items": { "$ref": "../../molang/number.json" } }, { "type": "object", "propertyNames": { "pattern": "(^[\\-0-9]+$|^[\\-0-9]+\\.[\\-0-9]+$)" },