Fixed and balanced hardness of blocks and put in harvest levels.

This commit is contained in:
Robert Sosnitzka
2016-05-02 17:24:08 +02:00
parent 3752640edd
commit e6ae3f74f6
26 changed files with 48 additions and 30 deletions

View File

@@ -6,6 +6,6 @@ import net.minecraft.block.material.Material;
public class BlockTiberiumOre extends BasicBlockOreGlow {
public BlockTiberiumOre() {
super("tiberium_ore", Material.ROCK, 3.0f, 5.0f, 0.66f);
super("tiberium_ore", Material.ROCK, 30.0f, 30.0f, 3,0.66f);
}
}