Updated
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function furnace_smelt",
|
||||
"title": "Furnace Smelt",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"conditions": { "title": "Conditions", "description": "UNDOCUMENTATED", "type": "array", "items": { "$ref": "../conditions.json" } }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,13 +3,14 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function looting_enchant",
|
||||
"title": "Looting Enchant",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"count": {
|
||||
"type": "object",
|
||||
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title",
|
||||
"title": "Count",
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,14 +3,18 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function random_aux_value",
|
||||
"title": "Random Aux Value",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"values": {
|
||||
"type": "object",
|
||||
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title",
|
||||
"additionalProperties": false
|
||||
"title": "Values",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Maximum" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,14 +3,15 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function random_block_state",
|
||||
"title": "Random Block State",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"block_state": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"block_state": { "type": "string", "description": "UNDOCUMENTATED", "title": "Block State" },
|
||||
"values": {
|
||||
"type": "object",
|
||||
"properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } },
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title",
|
||||
"title": "Values",
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function random_dye",
|
||||
"title": "Trader Material Type",
|
||||
"properties": { "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTATED", "title": "TODO Title" } }
|
||||
"type": "object",
|
||||
"properties": { "function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTATED", "title": "Function" } }
|
||||
}
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_actor_id",
|
||||
"title": "Set Actor Id",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"id": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"id": { "type": "string", "description": "UNDOCUMENTATED", "title": "Id" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_banner_details",
|
||||
"title": "Set Banner Details",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"type": { "type": "integer", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"type": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Type" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,15 +4,16 @@
|
||||
"description": "The function set_book_contents",
|
||||
"title": "Set Book Contents",
|
||||
"required": ["function", "author", "title", "pages"],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"author": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"title": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"author": { "type": "string", "description": "UNDOCUMENTATED", "title": "Author" },
|
||||
"title": { "type": "string", "description": "UNDOCUMENTATED", "title": "Title" },
|
||||
"pages": {
|
||||
"type": "array",
|
||||
"items": { "type": "string", "examples": ["Some text", "{\"rawtext\":[ {\"translate\":\"some.text\"}]}"] },
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Pages"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,16 +3,22 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_damage",
|
||||
"title": "Set Damage",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"damage": {
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "Damage",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{ "type": "object", "properties": { "min": { "type": "integer" }, "max": { "type": "integer" } } },
|
||||
{ "type": "object", "properties": { "min": { "type": "number" }, "max": { "type": "number" } } }
|
||||
],
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Minimum" },
|
||||
"max": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Maximum" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,15 +3,22 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_data",
|
||||
"title": "Set Data",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"data": {
|
||||
"title": "Data",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{ "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }
|
||||
],
|
||||
"description": "UNDOCUMENTATED"
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTATED" },
|
||||
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_data_from_color_index",
|
||||
"title": "Set Data From Color Index",
|
||||
"properties": { "function": { "type": "string", "const": "set_data_from_color_index", "description": "UNDOCUMENTATED", "title": "TODO Title" } }
|
||||
"type": "object",
|
||||
"properties": { "function": { "type": "string", "const": "set_data_from_color_index", "description": "UNDOCUMENTATED", "title": "Function" } }
|
||||
}
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_lore",
|
||||
"title": "Set Lore",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTATED", "title": "Lore" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_name",
|
||||
"title": "Set Name",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "name" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function trader_material_type",
|
||||
"title": "Trader Material Type",
|
||||
"properties": { "function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTATED", "title": "TODO Title" } }
|
||||
"type": "object",
|
||||
"properties": { "function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTATED", "title": "function" } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user