We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d916158 commit 3d2165bCopy full SHA for 3d2165b
common/src/main/kotlin/com/lambda/module/modules/player/Nuker.kt
@@ -25,7 +25,7 @@ object Nuker : Module(
25
iterator = { state, pos, _ ->
26
state.getCollisionShape(world, pos).boundingBox
27
.getVisibleSurfaces(player.eyePos).firstOrNull()?.let {
28
- interaction.updateBlockBreakingProgress(pos, it)
+ interaction.updateBlockBreakingProgress(pos, it) // Crashes if the time to mine is not instant ??
29
}
30
this@Nuker.info("Breaking ${state.block.name.string} at $pos with hardness ${state.getHardness(world, pos)}")
31
},
0 commit comments