Skip to content

Commit

Permalink
Adjust breaking time of stone axe vs iron block.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Jan 21, 2018
1 parent 6d04795 commit cdbd497
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -430,7 +430,7 @@ public void validate() {
public static final BlockProps goldBlockType = new BlockProps(woodPickaxe, 3, secToMs(15, 7.5, 3.75, 0.7, 0.55, 1.2));

/** The Constant ironBlockType. */
public static final BlockProps ironBlockType = new BlockProps(woodPickaxe, 5, secToMs(25, 12.5, 2.0, 1.25, 0.95, 2.0));
public static final BlockProps ironBlockType = new BlockProps(woodPickaxe, 5, secToMs(25, 12.5, 1.875, 1.25, 0.95, 2.0));

/** The Constant diamondBlockType. */
public static final BlockProps diamondBlockType = new BlockProps(woodPickaxe, 5, secToMs(25, 12.5, 6.0, 1.25, 0.95, 2.0));
Expand Down

0 comments on commit cdbd497

Please sign in to comment.