Skip to content

Commit ae3ae44

Browse files
committed
dont rotate for break by default
1 parent c930981 commit ae3ae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/config/groups/BreakSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class BreakSettings(
4040
override val sounds by c.setting("Break Sounds", true, "Plays the breaking sounds") { vis() }
4141
override val particles by c.setting("Particles", true, "Renders the breaking particles") { vis() }
4242
override val breakingTexture by c.setting("Breaking Overlay", true, "Overlays the breaking texture at its different stages") { vis() }
43-
override val rotateForBreak by c.setting("Rotate For Break", true, "Rotate towards block while breaking") { vis() }
43+
override val rotateForBreak by c.setting("Rotate For Break", false, "Rotate towards block while breaking") { vis() }
4444
override val ignoredBlocks by c.setting("Ignored Blocks", allSigns, "Blocks that wont be broken") { vis() }
4545
override val breakConfirmation by c.setting("Break Confirmation", BreakConfirmationMode.BreakThenAwait, "The style of confirmation used when breaking") { vis() }
4646
override val maxPendingBreaks by c.setting("Max Pending Breaks", 15, 1..30, 1, "The maximum amount of pending breaks") { vis() }

0 commit comments

Comments
 (0)