Balanced out block hardness. It's tinkers alloying addon, not tinkers annoying addon!

Fixed some language files and fluid models.
This commit is contained in:
Robert Sosnitzka
2016-12-18 14:09:46 +01:00
parent 6f906428d0
commit e167f0da5b
6 changed files with 95 additions and 53 deletions

View File

@@ -21,7 +21,7 @@ import static slimeknights.tconstruct.library.utils.HarvestLevels.STONE;
public class BlockTiberium extends BasicBlock {
public BlockTiberium() {
super("tiberium_ore", Material.ROCK, 15.0f, 2.0f, STONE, 1.0F, PREFIX_ORE);
super("tiberium_ore", Material.ROCK, 10.0f, 2.0f, STONE, 1.0F, PREFIX_ORE);
}
@Override