Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/enchant_with_levels.json

32 lines
1004 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.enchant_with_levels",
"additionalProperties": false,
"description": "The function enchant_with_levels",
"title": "Enchant With Levels",
2021-07-01 16:32:59 +02:00
"type": "object",
2021-06-06 10:07:19 +00:00
"properties": {
2021-07-01 11:35:53 +02:00
"function": {
"type": "string",
"const": "enchant_with_levels",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
2021-07-01 16:32:59 +02:00
"title": "Function"
2021-07-01 11:35:53 +02:00
},
2021-06-06 10:07:19 +00:00
"levels": {
"title": "Levels",
2021-07-01 16:32:59 +02:00
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"oneOf": [
{ "type": "integer" },
{
"type": "object",
"additionalProperties": false,
"required": ["min", "max"],
"properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } }
}
2021-07-01 16:32:59 +02:00
]
2021-06-06 10:07:19 +00:00
},
2021-07-01 16:37:41 +02:00
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
2021-06-06 10:07:19 +00:00
}
}