Updated jump to block

This commit is contained in:
DaanV2
2021-11-21 11:14:44 +01:00
parent e4fcae0947
commit 91f9d9937d

View File

@@ -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": []
}
]
}
}