Skip to content

Commit

Permalink
NukkitX PR 2210 - Fix indestructible slabs
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Feb 3, 2025
1 parent 3a1e470 commit 0a6da1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/nukkit/block/BlockSlab.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public String getName() {

@Override
public double getHardness() {
return 3;
return 2;
}

@Override
Expand Down

0 comments on commit 0a6da1e

Please sign in to comment.