Updated comments
This commit is contained in:
@@ -5,12 +5,15 @@
|
||||
"title": "Random Block State",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "random_block_state", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Function" },
|
||||
"block_state": { "type": "string", "description": "UNDOCUMENTED", "$comment": "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",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Values",
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user