From 681dbd189c5b9d129c00ade622acb340bdf4a665 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 7 May 2021 14:48:40 +0200 Subject: [PATCH] Updated titles --- source/behavior/animations/1.10.0/animations.json | 2 +- source/behavior/animations/1.8.0/animations.json | 2 +- .../components/minecraft.economy_trade_table.json | 2 +- .../1.11.0/components/minecraft.brightness_filter.json | 2 +- .../1.8.0/components/minecraft.brightness_filter.json | 2 +- source/general/format_version.json | 4 ++-- .../render_controllers/1.10.0/render_controllers.json | 8 ++++---- .../render_controllers/1.8.0/render_controllers.json | 10 +++++----- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/source/behavior/animations/1.10.0/animations.json b/source/behavior/animations/1.10.0/animations.json index 2ce46fa7..cf47033b 100644 --- a/source/behavior/animations/1.10.0/animations.json +++ b/source/behavior/animations/1.10.0/animations.json @@ -35,7 +35,7 @@ "description": "The event or commands to execute", "anyOf": [ { "pattern": "^.*=.*;$", "title": "Variable" }, - { "pattern": "^/[a-z].*$", "title": "Minecraft command" }, + { "pattern": "^/[a-z].*$", "title": "Minecraft Command" }, { "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" }, { "pattern": "^@s .*$", "title": "Event" } ] diff --git a/source/behavior/animations/1.8.0/animations.json b/source/behavior/animations/1.8.0/animations.json index 89878a98..3be3f0d2 100644 --- a/source/behavior/animations/1.8.0/animations.json +++ b/source/behavior/animations/1.8.0/animations.json @@ -35,7 +35,7 @@ "description": "The event or commands to execute", "anyOf": [ { "pattern": "^.*=.*;$", "title": "Variable" }, - { "pattern": "^/[a-z].*$", "title": "Minecraft command" }, + { "pattern": "^/[a-z].*$", "title": "Minecraft Command" }, { "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" }, { "pattern": "^@s .*$", "title": "Event" } ] diff --git a/source/behavior/entities/1.8.0/components/minecraft.economy_trade_table.json b/source/behavior/entities/1.8.0/components/minecraft.economy_trade_table.json index 5e8ae4b3..a87e4ff9 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.economy_trade_table.json +++ b/source/behavior/entities/1.8.0/components/minecraft.economy_trade_table.json @@ -60,7 +60,7 @@ "title": "Persist Trades" }, "show_trade_screen": { "type": "boolean", "default": true, "description": "Show an in game trade screen when interacting with the mob.", "title": "Show Trade Screen" }, - "table": { "type": "string", "default": "", "description": "File path relative to the resource pack root for this entity's trades", "title": "table" }, + "table": { "type": "string", "default": "", "description": "File path relative to the resource pack root for this entity's trades", "title": "Table" }, "use_legacy_price_formula": { "type": "boolean", "default": false, diff --git a/source/behavior/spawn_rules/1.11.0/components/minecraft.brightness_filter.json b/source/behavior/spawn_rules/1.11.0/components/minecraft.brightness_filter.json index dd359db0..889d8827 100644 --- a/source/behavior/spawn_rules/1.11.0/components/minecraft.brightness_filter.json +++ b/source/behavior/spawn_rules/1.11.0/components/minecraft.brightness_filter.json @@ -11,7 +11,7 @@ "adjust_for_weather": { "type": "boolean", "description": "This determines if weather can affect the light level conditions that cause the mob to spawn (e.g. Allowing hostile mobs to spawn during the day when it rains.)", - "title": "Adjust for weather", + "title": "Adjust For Weather", "default": true } } diff --git a/source/behavior/spawn_rules/1.8.0/components/minecraft.brightness_filter.json b/source/behavior/spawn_rules/1.8.0/components/minecraft.brightness_filter.json index 27d36bd7..7cea8dee 100644 --- a/source/behavior/spawn_rules/1.8.0/components/minecraft.brightness_filter.json +++ b/source/behavior/spawn_rules/1.8.0/components/minecraft.brightness_filter.json @@ -11,7 +11,7 @@ "adjust_for_weather": { "type": "boolean", "description": "This determines if weather can affect the light level conditions that cause the mob to spawn (e.g. Allowing hostile mobs to spawn during the day when it rains.)", - "title": "Adjust for weather", + "title": "Adjust For Weather", "default": true } } diff --git a/source/general/format_version.json b/source/general/format_version.json index 669ec3ba..d7ea4c85 100644 --- a/source/general/format_version.json +++ b/source/general/format_version.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "format_version", - "title": "Format version", + "title": "Format Version", "description": "A version that tells minecraft what type of data format can be expected when reading this file.", - "pattern": "^[0-9,.]+?$", + "pattern": "^(1)\\.([1-9]+)\\.([1-9]+)$", "type": "string" } diff --git a/source/resource/render_controllers/1.10.0/render_controllers.json b/source/resource/render_controllers/1.10.0/render_controllers.json index 697a4b8f..0ad40d9b 100644 --- a/source/resource/render_controllers/1.10.0/render_controllers.json +++ b/source/resource/render_controllers/1.10.0/render_controllers.json @@ -49,10 +49,10 @@ "type": "string", "pattern": "^[Gg]eometry\\..+", "description": "A geometry item, must be defined in the entity", - "title": "Geometry reference" + "title": "Geometry Reference" }, "description": "A geometry array definition", - "title": "Geometry array" + "title": "Geometries" } }, "materials": { @@ -66,10 +66,10 @@ "type": "string", "pattern": "^[Mm]aterial\\..+", "description": "A material item, must be defined in the entity", - "title": "Material reference" + "title": "Material" }, "description": "A material array definition", - "title": "Material array" + "title": "Materials" } }, "textures": { diff --git a/source/resource/render_controllers/1.8.0/render_controllers.json b/source/resource/render_controllers/1.8.0/render_controllers.json index 6d07b15e..3684ac14 100644 --- a/source/resource/render_controllers/1.8.0/render_controllers.json +++ b/source/resource/render_controllers/1.8.0/render_controllers.json @@ -48,10 +48,10 @@ "type": "string", "pattern": "^[Gg]eometry\\..+", "description": "A geometry item, must be defined in the entity", - "title": "Geometry reference" + "title": "Geometry" }, "description": "A geometry array definition", - "title": "Geometry array" + "title": "Geometries" } }, "materials": { @@ -65,10 +65,10 @@ "type": "string", "pattern": "^[Mm]aterial\\..+", "description": "A material item, must be defined in the entity", - "title": "Material reference" + "title": "Material" }, "description": "A material array definition", - "title": "Material array" + "title": "Materials" } }, "textures": { @@ -108,7 +108,7 @@ "ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" }, "is_hurt_color": { "type": "object", - "title": "Is hurt color", + "title": "Is Hurt Color", "additionalProperties": false, "description": "The color that is overlay when hurt", "properties": {