forked from TAIGA/TAIGA
Fixed and balanced hardness of blocks and put in harvest levels.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user