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",
"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" }
]

View File

@@ -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" }
]

View File

@@ -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,

View File

@@ -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
}
}

View File

@@ -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
}
}