Skip to content

Commit

Permalink
Adjust breaking times for DRAGON_EGG.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Sep 24, 2015
1 parent 8230a13 commit 7110d0e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -736,11 +736,12 @@ else if (mcAccess.isBlockSolid(i).decide()) {
blocks[Material.WOODEN_DOOR.getId()] = woodDoorType;
blocks[Material.TRAP_DOOR.getId()] = woodDoorType;
for (Material mat : new Material[]{
Material.ENDER_STONE, Material.DRAGON_EGG, Material.COAL_ORE,
Material.ENDER_STONE, Material.COAL_ORE,

}) {
blocks[mat.getId()] = coalType;
}
blocks[Material.DRAGON_EGG.getId()] = new BlockProps(noTool, 3f, secToMs(4.5)); // Former: coalType.
final long[] ironTimes = secToMs(15, 15, 1.15, 0.75, 0.6, 15);
final BlockProps ironType = new BlockProps(stonePickaxe, 3, ironTimes);
for (Material mat : new Material[]{
Expand Down

0 comments on commit 7110d0e

Please sign in to comment.