Update move_to_block.json
Added enum Reorganised
This commit is contained in:
@@ -52,11 +52,12 @@
|
|||||||
"title": "Target Selection Method",
|
"title": "Target Selection Method",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "nearest",
|
"default": "nearest",
|
||||||
"description": "Kind of block to find fitting the specification. Valid values are \"random\" and \"nearest\"."
|
"description": "Kind of block to find fitting the specification. Valid values are \"random\" and \"nearest\".",
|
||||||
|
"enum": ["random","nearest"]
|
||||||
},
|
},
|
||||||
"target_offset": {
|
"target_offset": {
|
||||||
"type": "array",
|
|
||||||
"title": "Target Offset",
|
"title": "Target Offset",
|
||||||
|
"type": "array",
|
||||||
"default": [0, 0, 0],
|
"default": [0, 0, 0],
|
||||||
"description": "Offset to add to the selected target position.",
|
"description": "Offset to add to the selected target position.",
|
||||||
"items": [
|
"items": [
|
||||||
|
|||||||
Reference in New Issue
Block a user