Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gutin1 committed Jan 6, 2024
2 parents 920d1f2 + 3626f3c commit 3bc8848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ThrownDetonator(
.getRelative(BlockFace.UP, y)
.getRelative(BlockFace.SOUTH, z)

if (toExplode.type != Material.AIR) {
if (toExplode.type != Material.AIR && toExplode.type != Material.BEDROCK) {
blocks.add(toExplode)
}
}
Expand Down

0 comments on commit 3bc8848

Please sign in to comment.