Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
RealYusufIsmail committed Nov 12, 2023
1 parent 63f6daa commit 88d6dff
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ open class HammerItem(
return getDestroySpeed(hammerLevel, pState)
}

private fun getDestroySpeed(
hammerLevel: HammerLevel,
pState: BlockState
): Float {
private fun getDestroySpeed(hammerLevel: HammerLevel, pState: BlockState): Float {
pState.block
return if (pState.`is`(Blocks.COBWEB)) {
15.0f
Expand Down

0 comments on commit 88d6dff

Please sign in to comment.