From 75d1b100c829ace44720b33bb63160ed2ecc8a2c Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 19 Jan 2022 17:13:08 +0100 Subject: [PATCH] Fixing --- source/resource/particles/particles.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index 585778e9..5a638094 100644 --- a/source/resource/particles/particles.json +++ b/source/resource/particles/particles.json @@ -87,7 +87,11 @@ "description": "The type of curve", "enum": ["linear", "bezier", "bezier_chain", "catmull_rom"] }, - "horizontal_range": { "type": "number", "title": "Horizontal Range", "description": "What is the range the input is mapped onto" } + "horizontal_range": { + "title": "Horizontal Range", + "description": "What is the range the input is mapped onto", + "$ref": "../../molang/number.json" + } } } },