From 91f9d9937d3b9a848cb8c575823686205b18ae23 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 21 Nov 2021 11:14:44 +0100 Subject: [PATCH] Updated jump to block --- .../behavior/entities/format/behaviors/jump_to_block.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/behavior/entities/format/behaviors/jump_to_block.json b/source/behavior/entities/format/behaviors/jump_to_block.json index 7797da57..52de59f8 100644 --- a/source/behavior/entities/format/behaviors/jump_to_block.json +++ b/source/behavior/entities/format/behaviors/jump_to_block.json @@ -47,13 +47,13 @@ { "title": "Minimum", "description": "Minimum", - "type": "integer", + "type": "number", "minimum": 0 }, { "title": "Maximum", "description": "Maximum", - "type": "integer", + "type": "number", "minimum": 0 } ] @@ -69,4 +69,4 @@ "cooldown_range": [] } ] -} \ No newline at end of file +}