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

20 lines
829 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.loot_tables.random_block_state",
"additionalProperties": false,
2022-07-22 19:41:04 +02:00
"description": "The function random_block_state.",
2021-06-06 10:07:19 +00:00
"title": "Random Block State",
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_block_state", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Function" },
"block_state": { "type": "string", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block State" },
2021-06-06 10:07:19 +00:00
"values": {
"type": "object",
"properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } },
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",
2021-06-06 10:07:19 +00:00
"additionalProperties": false
}
}
}