Skip to content

Commit 48c132e

Browse files
committed
default step height in SafeWalk to 0.5
1 parent 6110f93 commit 48c132e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/com/lambda/module/modules/movement

src/main/kotlin/com/lambda/module/modules/movement/SafeWalk.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object SafeWalk : Module(
3333
) {
3434
private val sneakOnLedge by setting("Sneak On Ledge", true)
3535
private val ledgeDistance by setting("Ledge Distance", 0.2, 0.0..0.5, 0.01, unit = " blocks")
36-
private val stepHeight by setting("Step Height", 1.1, 0.0..4.0, 0.05, unit = " blocks")
36+
private val stepHeight by setting("Step Height", 0.5, 0.0..4.0, 0.05, unit = " blocks")
3737

3838
init {
3939
listen<MovementEvent.InputUpdate> {

0 commit comments

Comments
 (0)