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/client/module/modules/client/Baritone.kt
-2
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ object Baritone : Module(
54
54
privateval blockReachDistance by setting("Reach Distance", 4.5f, 1.0f..10.0f, 0.5f, { page ==Page.ADVANCED }, description ="Max distance baritone can place blocks.")
55
55
privateval enterPortals by setting("Enter Portals", true, { page ==Page.ADVANCED }, description ="Baritone will walk all the way into the portal, instead of stopping one block before.")
56
56
privateval blockPlacementPenalty by setting("Block Placement Penalty", 20, 0..40, 5, { page ==Page.ADVANCED }, description ="Decrease to make Baritone more often consider paths that would require placing blocks.")
57
-
privateval blockBreakAdditionalPenalty by setting("Block Break Additional Penalty", 2, 0..10, 1, { page ==Page.ADVANCED }, description ="Lower chance to break blocks. This is a tiebreaker.")
58
57
privateval jumpPenalty by setting("Jump Penalty", 2, 0..10, 1, { page ==Page.ADVANCED }, description ="Additional penalty for hitting the space bar (ascend, pillar, or parkour) because it uses hunger.")
59
58
privateval assumeWalkOnWater by setting("Assume Walk On Water", false, { page ==Page.ADVANCED }, description ="Allow Baritone to assume it can walk on still water just like any other block. Requires jesus to be enabled.")
60
59
privateval failureTimeout by setting("Fail Timeout", 2, 1..20, 1, { page ==Page.ADVANCED }, unit ="s")
0 commit comments