Skip to content

Commit

Permalink
fix soul sand mining time
Browse files Browse the repository at this point in the history
  • Loading branch information
outofmem13 committed Aug 5, 2020
1 parent da70c58 commit 8df9c21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public enum HardnessTable {
WOODEN_TRAP_DOOR(96, 3.0F, false, -1),
WOOD_STAIRS(53, 2.0F, false, -1),
WORKBENCH(58, 2.5F, false, -1),
IRON_DOOR_BLOCK(71, 5.0F, false, 278, 257, 274, 270, 285);
IRON_DOOR_BLOCK(71, 5.0F, false, 278, 257, 274, 270, 285),
SOUL_SAND(88, 0.5F, false, 277, 256, 284, 273);

private int blockId;
private float betaHardness;
Expand Down

0 comments on commit 8df9c21

Please sign in to comment.