2021-06-06 10:07:19 +00:00
{
"$id" : "blockception.minecraft.behavior.loot_tables.enchant_random_gear" ,
"additionalProperties" : false ,
2021-11-20 21:02:56 +01:00
"type" : "object" ,
2021-06-06 10:07:19 +00:00
"description" : "The function enchant_random_gear" ,
"title" : "Enchant Random Gear" ,
"properties" : {
2021-07-01 16:35:56 +02:00
"function" : {
"type" : "string" ,
"const" : "enchant_random_gear" ,
"title" : "Function" ,
"description" : "UNDOCUMENTED" ,
"$comment" : "UNDOCUMENTED"
} ,
2021-06-06 10:07:19 +00:00
"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"
}
}
}