Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

@@ -5,12 +5,13 @@
"title": "Random Block State",
"type": "object",
"properties": {
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED", "title": "Function" },
"block_state": { "type": "string", "description": "UNDOCUMENTED", "title": "Block State" },
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
"block_state": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block State" },
"values": {
"type": "object",
"properties": { "min": { "title": "Min", "type": "integer" }, "max": { "title": "Max", "type": "integer" } },
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Values",
"additionalProperties": false
}