Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 deletions

View File

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