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 +}