You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/com/lambda/module/modules/player/PacketMine.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ object PacketMine : Module(
72
72
privateval startColor by setting("Start Color", Color(255, 255, 0, 60), "The color of the start (closest to breaking) of the queue") { renderQueue && dynamicColor }.group(Group.Renders)
73
73
privateval endColor by setting("End Color", Color(255, 0, 0, 60), "The color of the end (farthest from breaking) of the queue") { renderQueue && dynamicColor }.group(Group.Renders)
Copy file name to clipboardExpand all lines: src/main/kotlin/com/lambda/module/modules/player/Scaffold.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ object Scaffold : Module(
47
47
privateval descend by setting("Descend", KeyCode.Unbound, "Lower the place position by one to allow the player to lower y level")
48
48
privateval descendAmount by setting("Descend Amount", 1, 1..5, 1, "The amount to lower the place position by when descending", unit =" blocks") { descend !=Bind.EMPTY }
0 commit comments