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

17 lines
581 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.looting_enchant",
"additionalProperties": false,
"description": "The function looting_enchant",
"title": "Looting Enchant",
"properties": {
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"count": {
"type": "object",
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
"description": "UNDOCUMENTATED",
"title": "TODO Title",
"additionalProperties": false
}
}
}