This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/climbladdersfast.json5

12 lines
522 B
Plaintext
Raw Normal View History

2023-11-02 12:32:44 -05:00
{
// Speed for climbing up ladders [default = 0.4]
"climbUpSpeed": 0.6,
// Speed for climbing down ladders [default = 0.4]
"climbDownSpeed": 0.6,
// True to disable faster climbing on Scaffolding [default = false]
"disableScaffoldingFastClimbing": false,
// True to disable collisions with Scaffolding, allowing fast climbing down scaffolding just like ladders [default = true]
"disableScaffoldingCollision": false,
// True to disable faster climbing on vines [default = false]
"disableVinesFastClimbing": true
}