From f3b32d60cbf35c6f38dd786a2e11084b75a09169 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 4 Apr 2021 14:17:52 +0200 Subject: [PATCH] Updated --- .../models/entity/1.8.0/model_entity.json | 28 ++++++++++++++++--- .../minecraft.emitter_lifetime_events.json | 10 +++++-- ...minecraft.emitter_lifetime_expression.json | 6 ++-- 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/source/resource/models/entity/1.8.0/model_entity.json b/source/resource/models/entity/1.8.0/model_entity.json index 3a4e7088..19d40167 100644 --- a/source/resource/models/entity/1.8.0/model_entity.json +++ b/source/resource/models/entity/1.8.0/model_entity.json @@ -63,19 +63,39 @@ "additionalProperties": false, "properties": { "normalized_uvs": { "title": "Normalized Uvs", "description": "TODO", "type": "boolean" }, - "positions": { "title": "Positions", "description": "TODO", "type": "array", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] }, - "normals": { "title": "Normals", "description": "TODO", "type": "array", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] }, + "positions": { + "title": "Positions", + "description": "TODO", + "type": "array", + "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] + }, + "normals": { + "title": "Normals", + "description": "TODO", + "type": "array", + "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] + }, "polys": { "title": "Polys", "description": "TODO", "type": "array", - "items": { "type": "array", "minItems": 3, "maxItems": 4, "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] } + "items": { + "type": "array", + "minItems": 3, + "maxItems": 4, + "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] + } } } }, "render_group_id": { "title": "Render Group Id", "description": "TODO", "type": "integer", "minimum": 0 }, "reset": { "title": "Reset", "description": "TODO", "type": "boolean" }, - "rotation": { "title": "Rotation", "description": "TODO", "type": "array", "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] }, + "rotation": { + "title": "Rotation", + "description": "TODO", + "type": "array", + "items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }] + }, "texture_meshes": { "type": "array", "title": "Texture Meshes", diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_events.json b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_events.json index 964dcf39..2f9f7fbf 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_events.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_events.json @@ -17,6 +17,7 @@ "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] }, "timeline": { + "title": "Timeline", "type": "object", "description": "A series of times, e.g. 0.0 or 1.0, that trigger the event, these get fired on every loop the emitter goes through, \"time\" is the time, e.g. one line might be: \"0.4\": \"event\"", "propertyNames": { "pattern": "^[\\d\\.]+$" }, @@ -24,8 +25,7 @@ "title": "Timeline Object", "description": "A single point in time that executes commands/molang/events", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] - }, - "title": "TODO Title" + } }, "travel_distance_events": { "title": "Travel Distance Events", @@ -42,7 +42,11 @@ "additionalProperties": false, "properties": { "distance": { "title": "Distance", "description": "TODO", "type": "number" }, - "effects": { "title": "Effects", "description": "TODO", "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] } + "effects": { + "title": "Effects", + "description": "TODO", + "oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }] + } } } } diff --git a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json index 8f212a81..9b3ca1cb 100644 --- a/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json +++ b/source/resource/particles/1.10.0/components/minecraft.emitter_lifetime_expression.json @@ -2,7 +2,8 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.resource.particle.1.10.0.emitter_rate_manual", "type": "object", - "title": "Emitter Rate Manual Component For 1.10.0", + "title": "Emitter Rate Manual Component 1.10.0", + "description": "TODO description: ", "additionalProperties": false, "properties": { "activation_expression": { @@ -15,6 +16,5 @@ "description": "Emitter will expire if the expression is non-zero. Evaluated every frame", "title": "Expiration Expression" } - }, - "description": "TODO description: " + } }