Skip to content

Commit

Permalink
Update block break timing for obsidian.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Oct 5, 2014
1 parent ac84c9b commit 3ea0988
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -735,7 +735,7 @@ else if (mcAccess.isBlockSolid(i).decide()){
blocks[Material.IRON_BLOCK.getId()] = ironBlockType;
blocks[Material.DIAMOND_BLOCK.getId()] = diamondBlockType;
blocks[Material.ENDER_CHEST.getId()] = new BlockProps(woodPickaxe, 22.5f);
blocks[Material.OBSIDIAN.getId()] = new BlockProps(diamondPickaxe, 50, secToMs(250, 250, 250, 250, 9.4, 250));
blocks[Material.OBSIDIAN.getId()] = new BlockProps(diamondPickaxe, 50, secToMs(250, 125, 62.5, 41.6, 9.4, 20.8));

// More 1.4 (not insta).
// TODO: Either move all to an extra setup class, or integrate above.
Expand Down

0 comments on commit 3ea0988

Please sign in to comment.