Adjust breaking times for DRAGON_EGG.

This commit is contained in:
asofold 2015-09-24 19:28:55 +02:00
parent 8230a13fc0
commit 7110d0ecca

View File

@ -736,11 +736,12 @@ public class BlockProperties {
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[]{