Updated titles

This commit is contained in:
DaanV2
2021-05-07 14:48:40 +02:00
parent 0dd0e68605
commit 681dbd189c
8 changed files with 16 additions and 16 deletions

View File

@@ -35,7 +35,7 @@
"description": "The event or commands to execute", "description": "The event or commands to execute",
"anyOf": [ "anyOf": [
{ "pattern": "^.*=.*;$", "title": "Variable" }, { "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": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" },
{ "pattern": "^@s .*$", "title": "Event" } { "pattern": "^@s .*$", "title": "Event" }
] ]

View File

@@ -35,7 +35,7 @@
"description": "The event or commands to execute", "description": "The event or commands to execute",
"anyOf": [ "anyOf": [
{ "pattern": "^.*=.*;$", "title": "Variable" }, { "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": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" },
{ "pattern": "^@s .*$", "title": "Event" } { "pattern": "^@s .*$", "title": "Event" }
] ]

View File

@@ -60,7 +60,7 @@
"title": "Persist Trades" "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" }, "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": { "use_legacy_price_formula": {
"type": "boolean", "type": "boolean",
"default": false, "default": false,

View File

@@ -11,7 +11,7 @@
"adjust_for_weather": { "adjust_for_weather": {
"type": "boolean", "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.)", "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 "default": true
} }
} }

View File

@@ -11,7 +11,7 @@
"adjust_for_weather": { "adjust_for_weather": {
"type": "boolean", "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.)", "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 "default": true
} }
} }

View File

@@ -1,8 +1,8 @@
{ {
"$schema": "http://json-schema.org/draft-07/schema", "$schema": "http://json-schema.org/draft-07/schema",
"$id": "format_version", "$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.", "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" "type": "string"
} }

View File

@@ -49,10 +49,10 @@
"type": "string", "type": "string",
"pattern": "^[Gg]eometry\\..+", "pattern": "^[Gg]eometry\\..+",
"description": "A geometry item, must be defined in the entity", "description": "A geometry item, must be defined in the entity",
"title": "Geometry reference" "title": "Geometry Reference"
}, },
"description": "A geometry array definition", "description": "A geometry array definition",
"title": "Geometry array" "title": "Geometries"
} }
}, },
"materials": { "materials": {
@@ -66,10 +66,10 @@
"type": "string", "type": "string",
"pattern": "^[Mm]aterial\\..+", "pattern": "^[Mm]aterial\\..+",
"description": "A material item, must be defined in the entity", "description": "A material item, must be defined in the entity",
"title": "Material reference" "title": "Material"
}, },
"description": "A material array definition", "description": "A material array definition",
"title": "Material array" "title": "Materials"
} }
}, },
"textures": { "textures": {

View File

@@ -48,10 +48,10 @@
"type": "string", "type": "string",
"pattern": "^[Gg]eometry\\..+", "pattern": "^[Gg]eometry\\..+",
"description": "A geometry item, must be defined in the entity", "description": "A geometry item, must be defined in the entity",
"title": "Geometry reference" "title": "Geometry"
}, },
"description": "A geometry array definition", "description": "A geometry array definition",
"title": "Geometry array" "title": "Geometries"
} }
}, },
"materials": { "materials": {
@@ -65,10 +65,10 @@
"type": "string", "type": "string",
"pattern": "^[Mm]aterial\\..+", "pattern": "^[Mm]aterial\\..+",
"description": "A material item, must be defined in the entity", "description": "A material item, must be defined in the entity",
"title": "Material reference" "title": "Material"
}, },
"description": "A material array definition", "description": "A material array definition",
"title": "Material array" "title": "Materials"
} }
}, },
"textures": { "textures": {
@@ -108,7 +108,7 @@
"ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" }, "ignore_lighting": { "type": "boolean", "description": "TODO description: ignore lighting", "title": "Ignore Lighting" },
"is_hurt_color": { "is_hurt_color": {
"type": "object", "type": "object",
"title": "Is hurt color", "title": "Is Hurt Color",
"additionalProperties": false, "additionalProperties": false,
"description": "The color that is overlay when hurt", "description": "The color that is overlay when hurt",
"properties": { "properties": {