Skip to content

Commit

Permalink
Fixing variable_max_auto_step
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jan 6, 2024
1 parent 943584e commit 94be6e1
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,29 @@
"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."
}
},
"examples": [
{
"value": 0.0
"base_value": 0.5625,
"controlled_value": 0.5625,
"jump_prevented_value": 0.5625
}
]
}

0 comments on commit 94be6e1

Please sign in to comment.