Updated titles
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user