From a0fcf71add35b2f75d7b9d055f5b944ec7a66fdc Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 16 Nov 2021 14:11:08 +0100 Subject: [PATCH] Updated --- .../components/minecraft.particle_appearance_tinting.json | 6 +++--- source/resource/particles/particles.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/resource/particles/components/minecraft.particle_appearance_tinting.json b/source/resource/particles/components/minecraft.particle_appearance_tinting.json index 4a42885f..3e3a8fdf 100644 --- a/source/resource/particles/components/minecraft.particle_appearance_tinting.json +++ b/source/resource/particles/components/minecraft.particle_appearance_tinting.json @@ -7,6 +7,8 @@ "properties": { "color": { "title": "Color", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", "anyOf": [ { "type": "array", "description": "Direct color field", "items": { "$ref": "../../../molang/number.json" } }, { "type": "string", "format": "color-hex", "description": "Direct color field" }, @@ -48,9 +50,7 @@ "interpolant": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: interpolant", "title": "Interpolant" } } } - ], - "description": "UNDOCUMENTED", - "$comment": "UNDOCUMENTED" + ] } } } diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index a552d8c0..48ac8720 100644 --- a/source/resource/particles/particles.json +++ b/source/resource/particles/particles.json @@ -39,6 +39,8 @@ "basic_render_parameters": { "additionalProperties": false, "type": "object", + "description": "UNDOCUMENTED: basic render parameters", + "title": "Basic Render Parameters", "properties": { "material": { "type": "string", @@ -47,9 +49,7 @@ "title": "Material" }, "texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" } - }, - "description": "UNDOCUMENTED: basic render parameters", - "title": "Basic Render Parameters" + } } }, "description": "UNDOCUMENTED: description",