Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/functions/enchant_random_gear.json
2021-07-01 16:35:56 +02:00

22 lines
703 B
JSON

{
"$id": "blockception.minecraft.behavior.loot_tables.enchant_random_gear",
"additionalProperties": false,
"description": "The function enchant_random_gear",
"title": "Enchant Random Gear",
"properties": {
"function": {
"type": "string",
"const": "enchant_random_gear",
"title": "Function",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"chance": {
"type": "number",
"description": "Takes a chance modifier to manipulate the algorithm. Note that a chance modifier of 1.0 doesn't mean a 100% chance that gear will become enchanted.",
"title": "Chance"
}
}
}