File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
kotlin/com/lambda/interaction/request/breaking Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ object BreakManager : RequestHandler<BreakRequest>() {
295295 } else {
296296 info.apply {
297297 breaking = true
298- breakingTicks = 1
298+ breakingTicks = 0
299299 soundsCooldown = 0.0f
300300 }
301301 if (info.breakConfig.breakingTexture) {
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ accessible field net/minecraft/client/network/AbstractClientPlayerEntity playerL
2828accessible field net/minecraft/entity/LivingEntity jumpingCooldown I
2929accessible field net/minecraft/entity/Entity pos Lnet/minecraft/util/math/Vec3d;
3030accessible field net/minecraft/client/network/ClientPlayerInteractionManager lastSelectedSlot I
31+ accessible method net/minecraft/entity/LivingEntity getHandSwingDuration ()I
3132
3233# Camera
3334accessible method net/minecraft/client/render/Camera setPos (DDD)V
You can’t perform that action at this time.
0 commit comments