Skip to content

Commit 0f0b999

Browse files
committed
AirPlace distance setting step by 0.01
1 parent 7e329e8 commit 0f0b999

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/lambda/module/modules/player

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/module/modules/player/AirPlace.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object AirPlace : Module(
6060
Render("Render")
6161
}
6262

63-
private var distance by setting("Distance", 4.0, 1.0..7.0, 1.0).group(Group.General)
63+
private var distance by setting("Distance", 4.0, 1.0..7.0, 0.01).group(Group.General)
6464
private val scrollBind by setting("Scroll Bind", Bind(KeyCode.Unbound.code, GLFW.GLFW_MOD_CONTROL), "Allows you to hold the ctrl key and scroll to adjust distance").group(Group.General)
6565

6666
private var placementPos: BlockPos? = null

0 commit comments

Comments
 (0)