We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f396c1e commit d586e2aCopy full SHA for d586e2a
1 file changed
common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt
@@ -550,7 +550,7 @@ object BreakManager : RequestHandler<BreakRequest>(
550
world,
551
ctx.expectedPos,
552
player.mainHandStack
553
- ) * if (info.isSecondary) {
+ ) * if (info.isSecondary || info.isRedundant) {
554
info.breakingTicks - info.breakConfig.doubleBreakFudgeFactor
555
} else info.breakingTicks
556
0 commit comments