Skip to content

Commit 8243b1a

Browse files
authored
Update ElytraFlyPlus.java
1 parent 0c496ef commit 8243b1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/nekiplay/meteorplus/features/modules/movement/elytrafly/ElytraFlyPlus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class ElytraFlyPlus extends Module {
3737
public final Setting<Double> fallSpeed_wasp = sgGeneral.add(new DoubleSetting.Builder()
3838
.name("Fall-Speed")
3939
.description("How many blocks to fall down each tick.")
40-
.defaultValue(0.01)
40+
.defaultValue(0)
4141
.min(0)
4242
.sliderRange(0, 1)
4343
.visible(() -> flightMode.get() == ElytraFlyModes.Wasp)

0 commit comments

Comments
 (0)