From 1a6cd072b0496d5f35fd6653f4e482d8034a1fd2 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Wed, 13 Jul 2022 22:39:38 +0100 Subject: [PATCH] Update move_to_block.json Added enum Reorganised --- source/behavior/entities/format/behaviors/move_to_block.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/behavior/entities/format/behaviors/move_to_block.json b/source/behavior/entities/format/behaviors/move_to_block.json index 08f6c3fe..a5bc5e20 100644 --- a/source/behavior/entities/format/behaviors/move_to_block.json +++ b/source/behavior/entities/format/behaviors/move_to_block.json @@ -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": [