Little clean up

This commit is contained in:
Gig 2015-05-08 22:28:37 +01:00
parent 5511a65507
commit c6405da0dd
5 changed files with 8 additions and 21 deletions

View file

@ -37,7 +37,7 @@ public class BlockThermalGenerator extends BlockMachineBase {
public BlockThermalGenerator()
{
super(Material.rock);
setHardness(2f);
setBlockName("techreborn.thermalGenerator");
}
@Override