Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.conditions",
"description": "A minecraft loot table condition",
"description": "A minecraft loot table condition.",
"title": "Condition",
"allOf": [
{

View File

@@ -16,13 +16,13 @@
"properties": {
"on_fire": {
"title": "On Fire",
"description": "Checks if the entity is on fire or not",
"description": "Checks if the entity is on fire or not.",
"$comment": "UNDOCUMENTED",
"type": "boolean"
},
"on_ground": {
"title": "On Ground",
"description": "Checks if the entity is on the ground or not",
"description": "Checks if the entity is on the ground or not.",
"$comment": "UNDOCUMENTED",
"type": "boolean"
}

View File

@@ -14,7 +14,7 @@
"value": {
"type": "integer",
"default": "0",
"description": "Tests for the actor's mark variant (if it has one)",
"description": "Tests for the actor's mark variant (if it has one).",
"title": "Value"
}
}

View File

@@ -5,6 +5,6 @@
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
"title": "Killed By Player",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -5,6 +5,6 @@
"description": "Returns the condition true if the actor of the loot table is killed by player or entities that has owner.",
"title": "Killed By Player Or Pets Or Pets",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -5,8 +5,8 @@
"description": "Sets a random chance of the specified value.",
"title": "Random Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Chance" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Chance" },
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Maximum Chance" }
}
}

View File

@@ -5,7 +5,7 @@
"description": "Sets a random chance of the specified value. Looting enchantment increase the random chance multiplier.",
"title": "Random Chance With Looting",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"chance": { "type": "number", "default": 0, "description": "The random chance of the value.", "title": "Chance" },
"looting_multiplier": {
"type": "number",

View File

@@ -5,7 +5,7 @@
"description": "Sets a random chance of the specified value based on the level difficulty.",
"title": "Random Difficulty Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"default_chance": {
"type": "number",
"default": 0,

View File

@@ -5,14 +5,14 @@
"description": "Sets a Maximum regional difficulty random chance of the specified value.",
"title": "Random Regional Difficulty Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"default_chance": {
"type": "number",
"default": 0,
"description": "The default random chance if the level difficulty is not assigned.",
"title": "Default Chance"
},
"max_chance": { "title": "Maximum Chance", "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max_chance": { "title": "Maximum Chance", "type": "number", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"easy": {
"type": "number",
"default": 0,

View File

@@ -1,6 +1,6 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.Functions",
"description": "A minecraft loot table condition",
"description": "A minecraft loot table condition.",
"title": "Functions",
"type": "object",
"properties": {
@@ -56,7 +56,7 @@
},
"add": {
"title": "Add",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"type": "boolean",
"default": false
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.loot_tables.enchant_book_for_trading",
"additionalProperties": false,
"type": "object",
"description": "The function enchant_book_for_trading",
"description": "The function enchant_book_for_trading.",
"title": "Enchant Book For Trading",
"required": ["function", "base_cost", "base_random_cost", "per_level_random_cost", "per_level_cost"],
"properties": {
@@ -10,26 +10,26 @@
"type": "string",
"const": "enchant_book_for_trading",
"title": "Function",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"base_cost": { "type": "integer", "title": "Base Cost", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"base_random_cost": {
"type": "integer",
"title": "Base Cost",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"per_level_random_cost": {
"type": "integer",
"title": "Base Cost",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"per_level_cost": {
"type": "integer",
"title": "Base Cost",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
}
}

View File

@@ -2,14 +2,14 @@
"$id": "blockception.minecraft.behavior.loot_tables.enchant_random_gear",
"additionalProperties": false,
"type": "object",
"description": "The function enchant_random_gear",
"description": "The function enchant_random_gear.",
"title": "Enchant Random Gear",
"properties": {
"function": {
"type": "string",
"const": "enchant_random_gear",
"title": "Function",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"chance": {

View File

@@ -2,14 +2,14 @@
"$id": "blockception.minecraft.behavior.loot_tables.enchant_randomly",
"additionalProperties": false,
"type": "object",
"description": "The function enchant_randomly",
"description": "The function enchant_randomly.",
"title": "Enchant Randomly",
"properties": {
"function": {
"type": "string",
"const": "enchant_randomly",
"title": "Function",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"treasure": {

View File

@@ -1,20 +1,20 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.enchant_with_levels",
"additionalProperties": false,
"description": "The function enchant_with_levels",
"description": "The function enchant_with_levels.",
"title": "Enchant With Levels",
"type": "object",
"properties": {
"function": {
"type": "string",
"const": "enchant_with_levels",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"title": "Function"
},
"levels": {
"title": "Levels",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "integer" },
@@ -26,6 +26,6 @@
}
]
},
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}

View File

@@ -1,14 +1,14 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.exploration_map",
"additionalProperties": false,
"description": "Transforms a normal map into a treasure map that marks the location of hidden treasure",
"description": "Transforms a normal map into a treasure map that marks the location of hidden treasure.",
"title": "Exploration Map",
"type": "object",
"properties": {
"function": {
"type": "string",
"const": "exploration_map",
"description": "Transforms a normal map into a treasure map that marks the location of hidden treasure",
"description": "Transforms a normal map into a treasure map that marks the location of hidden treasure.",
"title": "Function"
},
"destination": {

View File

@@ -2,21 +2,21 @@
"$id": "blockception.minecraft.behavior.loot_tables.fill_container",
"additionalProperties": false,
"type": "object",
"description": "The function fill_container",
"description": "The function fill_container.",
"title": "Fill Container",
"properties": {
"function": {
"type": "string",
"const": "fill_container",
"title": "Function",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"loot_table": {
"type": "string",
"title": "Loot Table",
"pattern": "^loot_tables/.*\\.json$",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
}
}

View File

@@ -5,10 +5,10 @@
"description": "If the item to return has a smelted crafting recipe and the loot table is triggered by an entity killed with fire. the result will be the smelted version of the item",
"title": "Furnace Smelt",
"properties": {
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"function": { "type": "string", "const": "furnace_smelt", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"conditions": {
"title": "Conditions",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "$ref": "../conditions.json" }

View File

@@ -1,15 +1,15 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.looting_enchant",
"additionalProperties": false,
"description": "The function looting_enchant",
"description": "The function looting_enchant.",
"title": "Looting Enchant",
"type": "object",
"properties": {
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"count": {
"type": "object",
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"title": "Count",
"additionalProperties": false

View File

@@ -1,20 +1,20 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.random_aux_value",
"additionalProperties": false,
"description": "The function random_aux_value",
"description": "The function random_aux_value.",
"title": "Random Aux Value",
"type": "object",
"properties": {
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"values": {
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"title": "Values",
"additionalProperties": false,
"type": "object",
"properties": {
"min": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum" },
"max": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum" }
"min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Minimum" },
"max": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Maximum" }
}
}
}

View File

@@ -1,16 +1,16 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.random_block_state",
"additionalProperties": false,
"description": "The function random_block_state",
"description": "The function random_block_state.",
"title": "Random Block State",
"type": "object",
"properties": {
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"block_state": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block State" },
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"block_state": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block State" },
"values": {
"type": "object",
"properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } },
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"title": "Values",
"additionalProperties": false

View File

@@ -1,10 +1,10 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.random_dye",
"additionalProperties": false,
"description": "The function random_dye",
"description": "The function random_dye.",
"title": "Trader Material Type",
"type": "object",
"properties": {
"function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }
"function": { "type": "string", "const": "random_dye", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }
}
}

View File

@@ -1,11 +1,11 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.set_actor_id",
"additionalProperties": false,
"description": "The function set_actor_id",
"description": "The function set_actor_id.",
"title": "Set Actor Id",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"id": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Id" }
"function": { "type": "string", "const": "set_actor_id", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"id": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Id" }
}
}

View File

@@ -1,11 +1,11 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.set_banner_details",
"additionalProperties": false,
"description": "The function set_banner_details",
"description": "The function set_banner_details.",
"title": "Set Banner Details",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"type": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Type" }
"function": { "type": "string", "const": "set_banner_details", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"type": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Type" }
}
}

View File

@@ -1,18 +1,18 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.set_book_contents",
"additionalProperties": false,
"description": "The function set_book_contents",
"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": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"author": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Author" },
"title": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Title" },
"function": { "type": "string", "const": "set_book_contents", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"author": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Author" },
"title": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Title" },
"pages": {
"type": "array",
"items": { "type": "string", "examples": ["Some text", "{`rawtext`:[ {`translate`:`some.text`}]}"] },
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"title": "Pages"
}

View File

@@ -2,20 +2,20 @@
"$id": "blockception.minecraft.behavior.loot_tables.set_count",
"additionalProperties": false,
"type": "object",
"description": "The function set_count",
"description": "The function set_count.",
"title": "Set Count",
"properties": {
"function": {
"type": "string",
"const": "set_count",
"title": "Function",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"count": {
"title": "Count",
"oneOf": [{ "type": "integer" }, { "type": "object", "properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } } }],
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
}
}

View File

@@ -1,13 +1,13 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.set_damage",
"additionalProperties": false,
"description": "The function set_damage",
"description": "The function set_damage.",
"title": "Set Damage",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"function": { "type": "string", "const": "set_damage", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"damage": {
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"title": "Damage",
"oneOf": [
@@ -15,8 +15,8 @@
{
"type": "object",
"properties": {
"min": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum", "minimum": 0, "maximum": 1 },
"max": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum", "minimum": 0, "maximum": 1 }
"min": { "type": "number", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Minimum", "minimum": 0, "maximum": 1 },
"max": { "type": "number", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Maximum", "minimum": 0, "maximum": 1 }
}
}
]

View File

@@ -1,22 +1,22 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.set_data",
"additionalProperties": false,
"description": "The function set_data",
"description": "The function set_data.",
"title": "Set Data",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"function": { "type": "string", "const": "set_data", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"data": {
"title": "Data",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "integer" },
{
"type": "object",
"properties": {
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
"min": { "type": "integer", "title": "Minimum", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" },
"max": { "type": "integer", "title": "Maximum", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
}
}
]

View File

@@ -1,14 +1,14 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.set_data_from_color_index",
"additionalProperties": false,
"description": "The function set_data_from_color_index",
"description": "The function set_data_from_color_index.",
"title": "Set Data From Color Index",
"type": "object",
"properties": {
"function": {
"type": "string",
"const": "set_data_from_color_index",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"title": "Function"
}

View File

@@ -1,11 +1,11 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.set_lore",
"additionalProperties": false,
"description": "The function set_lore",
"description": "The function set_lore.",
"title": "Set Lore",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Lore" }
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Lore" }
}
}

View File

@@ -1,11 +1,11 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.set_name",
"additionalProperties": false,
"description": "The function set_name",
"description": "The function set_name.",
"title": "Set Name",
"type": "object",
"properties": {
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"name": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "name" }
"function": { "type": "string", "const": "set_name", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"name": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "name" }
}
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.behavior.loot_tables.specific_enchants",
"additionalProperties": false,
"type": "object",
"description": "The function specific_enchants",
"description": "The function specific_enchants.",
"title": "Specific Enchants",
"definitions": {
"IDEnchant": {
@@ -71,10 +71,10 @@
}
},
"properties": {
"function": { "type": "string", "const": "specific_enchants", "description": "Specific enchants", "title": "Specific Enchants" },
"function": { "type": "string", "const": "specific_enchants", "description": "Specific enchants.", "title": "Specific Enchants" },
"enchants": {
"title": "Enchants",
"description": "A enchanting specification",
"description": "A enchanting specification.",
"oneOf": [
{ "type": "string", "$ref": "#/definitions/IDEnchant" },
{ "type": "object", "$ref": "#/definitions/Enchant" },

View File

@@ -1,10 +1,10 @@
{
"$id": "blockception.minecraft.behavior.loot_tables.trader_material_type",
"additionalProperties": false,
"description": "The function trader_material_type",
"description": "The function trader_material_type.",
"title": "Trader Material Type",
"type": "object",
"properties": {
"function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" }
"function": { "type": "string", "const": "trader_material_type", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" }
}
}

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behavior.loot_tables",
"additionalProperties": false,
"description": "A minecraft loot table",
"description": "A minecraft loot table.",
"title": "Loot Table",
"type": "object",
"examples": [
@@ -25,7 +25,7 @@
"definitions": {
"pools_spec": {
"title": "Pools",
"description": "A collection of items where the system will choice one or more from",
"description": "A collection of items where the system will choice one or more from.",
"$comment": "UNDOCUMENTED",
"type": "array",
"additionalProperties": false,
@@ -36,7 +36,7 @@
"properties": {
"rolls": {
"title": "Rolls",
"description": "Determines how many items, will be selected",
"description": "Determines how many items, will be selected.",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "integer", "minimum": 0 },
@@ -44,8 +44,8 @@
"type": "object",
"required": ["min", "max"],
"properties": {
"min": { "title": "Minimum", "type": "number", "minimum": 0, "description": "The minimum amount" },
"max": { "title": "Maximum", "type": "number", "minimum": 1, "description": "The maximum amount" }
"min": { "title": "Minimum", "type": "number", "minimum": 0, "description": "The minimum amount." },
"max": { "title": "Maximum", "type": "number", "minimum": 1, "description": "The maximum amount." }
}
}
]
@@ -53,13 +53,13 @@
"type": {
"title": "Type",
"type": "string",
"description": "Whenever this pool item is an item or another table",
"description": "Whenever this pool item is an item or another table.",
"$comment": "UNDOCUMENTED",
"enum": ["loot_table", "item", "empty"]
},
"conditions": {
"title": "Conditions",
"description": "Possible conditions that need to have been met before selecting this item",
"description": "Possible conditions that need to have been met before selecting this item.",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": { "$ref": "./conditions.json" }
@@ -67,44 +67,44 @@
"entries": {
"title": "Entries",
"type": "array",
"description": "The items specifiation of this pool",
"description": "The items specifiation of this pool.",
"$comment": "UNDOCUMENTED",
"items": {
"additionalProperties": false,
"type": "object",
"required": ["type"],
"title": "Entry",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"properties": {
"type": {
"title": "Type",
"type": "string",
"enum": ["item", "empty", "loot_table"],
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"count": {
"type": "integer",
"title": "Count",
"description": "The amount of the item"
"description": "The amount of the item."
},
"name": { "title": "Name", "type": "string", "description": "An item or loottable", "pattern": "^([\\w]+:|loot_tables/)" },
"name": { "title": "Name", "type": "string", "description": "An item or loottable.", "pattern": "^([\\w]+:|loot_tables/)" },
"weight": {
"title": "Weight",
"type": "integer",
"minimum": 1,
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED"
},
"functions": {
"title": "Functions",
"type": "array",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"required": ["function"],
"title": "Function",
@@ -112,25 +112,25 @@
}
},
"pools": { "$ref": "#/definitions/pools_spec" },
"quality": { "title": "Quality", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" }
"quality": { "title": "Quality", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }
}
}
},
"tiers": {
"title": "Tiers",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "object",
"additionalProperties": false,
"properties": {
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" },
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer" }
"bonus_chance": { "title": "Bonus Chance", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" },
"bonus_rolls": { "title": "Bonus Rolls", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" },
"initial_range": { "title": "Initial Range", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" }
}
},
"bonus_rolls": {
"title": "Bonus Rolls",
"description": "UNDOCUMENTED",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0,
@@ -141,7 +141,7 @@
}
},
"properties": {
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Pools" },
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["minecraft:chest"] }
"pools": { "$ref": "#/definitions/pools_spec", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Pools" },
"type": { "title": "Type", "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "enum": ["minecraft:chest"] }
}
}