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

22 lines
643 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.enchant_randomly",
"additionalProperties": false,
2021-11-20 21:02:56 +01:00
"type": "object",
2021-06-06 10:07:19 +00:00
"description": "The function enchant_randomly",
"title": "Enchant Randomly",
"properties": {
2021-07-01 16:35:56 +02:00
"function": {
"type": "string",
"const": "enchant_randomly",
"title": "Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
2021-06-06 10:07:19 +00:00
"treasure": {
"type": "boolean",
"description": "Supports the optional treasure boolean (true/false) to allow treasure enchantments to be toggled on and off.",
"title": "Treasure"
}
}
}