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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user