Skip to content

Commit d13606a

Browse files
committed
decimal place steps for rocket speed
1 parent 3ee5d93 commit d13606a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

src/main/kotlin/com/lambda/module/modules/movement/elytrafly/ElytraFly.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object ElytraFly : Module(
5050
}
5151

5252
private val boostSpeed by setting("Boost", 0.00, 0.0..0.5, 0.005, description = "Speed to add when flying")
53-
private val rocketSpeed by setting("Rocket Speed", 1.0, 0.0..2.0, description = "Speed multiplier that the rocket gives you")
53+
private val rocketSpeed by setting("Rocket Speed", 1.0, 0.0..2.0, 0.01, description = "Speed multiplier that the rocket gives you")
5454
private val mute by setting("Mute Elytra", false, "Mutes the elytra sound when gliding")
5555

5656
private const val BOUNCE_TAB = "Bounce"

0 commit comments

Comments
 (0)