Fixing variable_max_auto_step

This commit is contained in:
DaanV2
2024-01-06 22:44:01 +01:00
parent 943584e62f
commit 94be6e147b

View File

@@ -7,13 +7,19 @@
"required": [],
"properties": {
"base_value": {
"title": "base value",
"title": "Base Value",
"type": "number",
"default": 0.5625,
"description": "The maximum auto step height when on any other block."
},
"controlled_value": {
"title": "Controlled Value",
"type": "number",
"default": 0.5625,
"description": "The maximum auto step height when on any other block and controlled by the player."
},
"jump_prevented_value": {
"title": "jump prevented value",
"title": "Jump Prevented Value",
"type": "number",
"default": 0.5625,
"description": "The maximum auto step height when on a block that prevents jumping."
@@ -21,7 +27,9 @@
},
"examples": [
{
"value": 0.0
"base_value": 0.5625,
"controlled_value": 0.5625,
"jump_prevented_value": 0.5625
}
]
}