From b51641f25fc4f075c6ac79260e739adb40c0dc15 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 4 Jul 2021 16:10:25 +0200 Subject: [PATCH] Updated --- source/resource/entity/1.10.0/entity.json | 4 ++-- source/resource/entity/1.8.0/entity.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index 9098e8b4..efb367a2 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -28,12 +28,12 @@ "properties": { "animations": { "title": "Animations", - "description": "The collection of animations and animations controllers", + "description": "These names are used by the animation controller JSON. Players can reference animations from the vanilla Minecraft Resource Pack or create their own. Custom animations should be in the animation folder at the root of the Resource Pack.", "type": "object", "minProperties": 1, "additionalProperties": { "type": "string", - "description": "A reference to an animation or animation controller", + "description": "These names are used by the animation controller JSON. Players can reference animations from the vanilla Minecraft Resource Pack or create their own. Custom animations should be in the animation folder at the root of the Resource Pack.", "title": "Animation Reference", "examples": [{ "basic": "controller.generic.basic" }] } diff --git a/source/resource/entity/1.8.0/entity.json b/source/resource/entity/1.8.0/entity.json index d1936218..ff8505fb 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -9,7 +9,7 @@ "format_version": { "title": "1.8.0 Format Version", "type": "string", - "pattern": "^1.8.0$", + "const": "1.8.0", "description": "A version that tells minecraft what type of data format can be expected when reading this file." }, "minecraft:client_entity": { @@ -28,12 +28,12 @@ "properties": { "animations": { "title": "Animations", - "description": "The collection of animations", + "description": "These names are used by the animation controller JSON. Players can reference animations from the vanilla Minecraft Resource Pack or create their own. Custom animations should be in the animation folder at the root of the Resource Pack.", "type": "object", "minProperties": 1, "additionalProperties": { "type": "string", - "description": "A reference to an animation", + "description": "These names are used by the animation controller JSON. Players can reference animations from the vanilla Minecraft Resource Pack or create their own. Custom animations should be in the animation folder at the root of the Resource Pack.", "title": "Animation Reference", "examples": [{ "basic": "controller.generic.basic" }] } @@ -86,7 +86,7 @@ "type": "object", "minProperties": 1, "additionalProperties": { "type": "string", "description": "Particle reference", "title": "Particle" }, - "description": "A collection of particle definitions", + "description": "Keys are required and need to be unique from all other keys in the animation controllers. Players can reference particles from the vanilla Minecraft Resource Pack or create their own. Custom particles should be in the particle folder at the root of the Resource Pack.", "title": "Particle Effects" }, "particle_emitters": { @@ -98,7 +98,7 @@ }, "render_controllers": { "type": "array", - "description": "A collection of Render controller definitions", + "description": "Players can reference Render Controllers from the vanilla Minecraft Resource Pack or create their own. Custom Render Controllers should be in the textures folder at the root of the Resource Pack.", "title": "Render Controllers", "minItems": 1, "items": { @@ -123,7 +123,7 @@ "properties": { "pre_animation": { "type": "array", - "description": "Clientside molang variables that are to be evualated during the animation", + "description": "Client side scripts that are evaluated immediately before animations are processed.", "title": "Pre Animation", "items": { "pattern": ";$",