Skip to content

Commit 95c506e

Browse files
authored
Update sandstone hardness & resistance
1 parent 3661194 commit 95c506e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/cn/nukkit/block/BlockSandstone.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ public int getId() {
3131

3232
@Override
3333
public double getHardness() {
34-
return 2;
34+
return 0.8;
3535
}
3636

3737
@Override
3838
public double getResistance() {
39-
return 6;
39+
return 0.8;
4040
}
4141

4242
private static final String[] NAMES = {

0 commit comments

Comments
 (0)