diff --git a/source/behavior/animation_controllers/1.8.0/animation_controller.json b/source/behavior/animation_controllers/1.8.0/animation_controller.json index a6c5b8ad..6e0a2fdf 100644 --- a/source/behavior/animation_controllers/1.8.0/animation_controller.json +++ b/source/behavior/animation_controllers/1.8.0/animation_controller.json @@ -111,7 +111,7 @@ "on_entry": { "type": "array", "description": "Events, commands or transitions to preform", - "title": "On entry", + "title": "On Entry", "items": { "$ref": "#/definitions/commands" } @@ -119,7 +119,7 @@ "on_exit": { "type": "array", "description": "Events, commands or transitions to preform", - "title": "On exit", + "title": "On Exit", "items": { "$ref": "#/definitions/commands" } diff --git a/source/behavior/animations/1.10.0/animations.json b/source/behavior/animations/1.10.0/animations.json index 8dffb6f8..447bb9b6 100644 --- a/source/behavior/animations/1.10.0/animations.json +++ b/source/behavior/animations/1.10.0/animations.json @@ -20,7 +20,7 @@ "required": ["effect"], "properties": { "bind_to_actor": { - "title": "Bind to actor", + "title": "Bind To Actor", "type": "boolean", "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", "const": false @@ -30,7 +30,7 @@ "pre_effect_script": { "type": "string", "description": "A molang script that will be run when the particle emitter is initialized", - "title": "Pre effect script" + "title": "Pre Effect Script" } } }, diff --git a/source/behavior/animations/1.8.0/animations.json b/source/behavior/animations/1.8.0/animations.json index 4e09c46a..61081a03 100644 --- a/source/behavior/animations/1.8.0/animations.json +++ b/source/behavior/animations/1.8.0/animations.json @@ -20,7 +20,7 @@ "required": ["effect"], "properties": { "bind_to_actor": { - "title": "Bind to actor", + "title": "Bind To Actor", "type": "boolean", "description": "Set to false to have the effect spawned in the world without being bound to an actor (by default an effect is bound to the actor).", "const": false @@ -30,7 +30,7 @@ "pre_effect_script": { "type": "string", "description": "A molang script that will be run when the particle emitter is initialized", - "title": "Pre effect script" + "title": "Pre Effect Script" } } }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.spell_effects.json b/source/behavior/entities/1.8.0/components/minecraft.spell_effects.json index 4c7b62a5..c9937458 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.spell_effects.json +++ b/source/behavior/entities/1.8.0/components/minecraft.spell_effects.json @@ -28,7 +28,7 @@ "type": "array", "items": { "type": ["string"], - "title": "Spell effect id", + "title": "Spell Effect ID", "description": "identifier of the effect to be removed from this entity after adding this component" } }, diff --git a/source/behavior/items/1.16.100/components/minecraft.render_offsets.json b/source/behavior/items/1.16.100/components/minecraft.render_offsets.json index 86db3abc..41934227 100644 --- a/source/behavior/items/1.16.100/components/minecraft.render_offsets.json +++ b/source/behavior/items/1.16.100/components/minecraft.render_offsets.json @@ -11,12 +11,12 @@ "additionalProperties": false, "properties": { "first_person": { - "title": "First person", + "title": "First Person", "description": "", "$ref": "#/definitions/mode" }, "thrid_person": { - "title": "Thrid person", + "title": "Thrid Person", "description": "", "$ref": "#/definitions/mode" } diff --git a/source/behavior/items/1.16.200/components/minecraft.render_offsets.json b/source/behavior/items/1.16.200/components/minecraft.render_offsets.json index 0687785f..1463cdcd 100644 --- a/source/behavior/items/1.16.200/components/minecraft.render_offsets.json +++ b/source/behavior/items/1.16.200/components/minecraft.render_offsets.json @@ -12,12 +12,12 @@ "additionalProperties": false, "properties": { "first_person": { - "title": "First person", + "title": "First Person", "description": "", "$ref": "#/definitions/mode" }, "thrid_person": { - "title": "Thrid person", + "title": "Thrid Person", "description": "", "$ref": "#/definitions/mode" } diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index 5a27da62..ce71c3ae 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -75,18 +75,18 @@ "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "Particle emitter reference", "title": "Particle emitter" }, + "additionalProperties": { "type": "string", "description": "Particle emitter reference", "title": "Particle Emitter" }, "description": "A collection of particle emitters definitions", "title": "Particle Emitters" }, "render_controllers": { "type": "array", "description": "A collection of Render controller definitions", - "title": "Render controllers", + "title": "Render Controllers", "minItems": 1, "items": { "oneOf": [ - { "type": "string", "title": "Render controller", "description": "A single render controller definition" }, + { "type": "string", "title": "Render Controller", "description": "A single render controller definition" }, { "type": "object", "additionalProperties": { @@ -121,7 +121,7 @@ "additionalProperties": { "oneOf": [ { "type": "string", "description": "A molang condition", "title": "Molang" }, - { "type": "number", "description": "Blend weight", "title": "Blend weight" } + { "type": "number", "description": "Blend weight", "title": "Blend Weight" } ] } } @@ -196,7 +196,7 @@ "description": "A collection of sound effect definition", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "A sound effect definition", "title": "Sound effect" } + "additionalProperties": { "type": "string", "description": "A sound effect definition", "title": "Sound Effect" } }, "spawn_egg": { "additionalProperties": false, diff --git a/source/resource/entity/1.8.0/entity.json b/source/resource/entity/1.8.0/entity.json index e1cad502..ddf7cdaf 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -92,18 +92,18 @@ "particle_emitters": { "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "Particle emitter reference", "title": "Particle emitter" }, + "additionalProperties": { "type": "string", "description": "Particle emitter reference", "title": "Particle Emitter" }, "description": "A collection of particle emitters definitions", "title": "Particle Emitters" }, "render_controllers": { "type": "array", "description": "A collection of Render controller definitions", - "title": "Render controllers", + "title": "Render Controllers", "minItems": 1, "items": { "oneOf": [ - { "type": "string", "title": "Render controller", "description": "A single render controller definition" }, + { "type": "string", "title": "Render Controller", "description": "A single render controller definition" }, { "type": "object", "additionalProperties": { @@ -154,7 +154,7 @@ "description": "A collection of sound effect definition", "type": "object", "minProperties": 1, - "additionalProperties": { "type": "string", "description": "A sound effect definition", "title": "Sound effect" } + "additionalProperties": { "type": "string", "description": "A sound effect definition", "title": "Sound Effect" } }, "spawn_egg": { "additionalProperties": false, diff --git a/source/resource/textures/flipbook_textures.json b/source/resource/textures/flipbook_textures.json index 82f5d99c..1f6b4a20 100644 --- a/source/resource/textures/flipbook_textures.json +++ b/source/resource/textures/flipbook_textures.json @@ -34,7 +34,7 @@ "flipbook_texture": { "description": "A texture file", "pattern": "^textures/.+$", - "title": "Flipbook texture", + "title": "Flipbook Texture", "type": "string" }, "frames": { @@ -55,7 +55,7 @@ }, "ticks_per_frame": { "description": "The amount of ticks to wait between frames", - "title": "Ticks per frame", + "title": "Ticks Per Frame", "type": "integer" } } diff --git a/source/resource/textures/item_texture.json b/source/resource/textures/item_texture.json index 043cf1e2..e834c6a9 100644 --- a/source/resource/textures/item_texture.json +++ b/source/resource/textures/item_texture.json @@ -53,7 +53,7 @@ "textures": { "oneOf": [ { "$ref": "#/definitions/texture" }, - { "description": "A collection of textures", "title": "Texture data", "type": "array", "items": { "$ref": "#/definitions/texture" } } + { "description": "A collection of textures", "title": "Texture Data", "type": "array", "items": { "$ref": "#/definitions/texture" } } ] } }