mirror of
https://github.com/CCBlueX/LiquidBounce.git
synced 2025-09-06 09:46:38 +00:00
feat(ElytraFly): zero speed (#5498)
This commit is contained in:
@@ -42,8 +42,8 @@ object ModuleElytraFly : ClientModule("ElytraFly", Category.MOVEMENT) {
|
||||
private val instantStop by boolean("InstantStop", true)
|
||||
|
||||
object Speed : ToggleableConfigurable(this, "Speed", true) {
|
||||
val vertical by float("Vertical", 0.5f, 0.1f..5f)
|
||||
val horizontal by float("Horizontal", 1f, 0.1f..8f)
|
||||
val vertical by float("Vertical", 0.5f, 0.0f..5f)
|
||||
val horizontal by float("Horizontal", 1f, 0.0f..8f)
|
||||
}
|
||||
|
||||
init {
|
||||
|
Reference in New Issue
Block a user