Update move_to_block.json

Added enum
Reorganised
This commit is contained in:
ChibiMango
2022-07-13 22:39:38 +01:00
parent 3008b99eae
commit 1a6cd072b0

View File

@@ -52,11 +52,12 @@
"title": "Target Selection Method",
"type": "string",
"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": {
"type": "array",
"title": "Target Offset",
"type": "array",
"default": [0, 0, 0],
"description": "Offset to add to the selected target position.",
"items": [