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

22 lines
848 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.random_aux_value",
"additionalProperties": false,
2022-07-22 19:41:04 +02:00
"description": "The function random_aux_value.",
2021-06-06 10:07:19 +00:00
"title": "Random Aux Value",
2021-06-09 11:12:18 +02:00
"type": "object",
2021-06-06 10:07:19 +00:00
"properties": {
2022-07-22 19:41:04 +02:00
"function": { "type": "string", "const": "random_aux_value", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
2021-06-06 10:07:19 +00:00
"values": {
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-09 11:12:18 +02:00
"title": "Values",
"additionalProperties": false,
"type": "object",
"properties": {
2022-07-22 19:41:04 +02:00
"min": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Minimum" },
"max": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Maximum" }
2021-06-09 11:12:18 +02:00
}
2021-06-06 10:07:19 +00:00
}
}
}