Files
minecraft-bedrock-json-schemas/source/behavior/loot_tables/conditions/random_chance.json
2021-06-09 09:41:09 +02:00

13 lines
583 B
JSON

{
"$id": "blockception.minecraft.behavior.condition.random_chance",
"type": "object",
"additionalProperties": false,
"description": "Sets a random chance of the specified value.",
"title": "Random Chance",
"properties": {
"condition": { "type": "string", "title": "Condition", "description": "UNDOCUMENTATED" },
"chance": { "type": "number", "default": 0, "description": "UNDOCUMENTATED", "title": "Chance" },
"max_chance": { "type": "number", "default": 0, "description": "The maximum random chance value allowed.", "title": "Max Chance" }
}
}