Ore Localizations and changed ore names to "techreborn.ore"

This commit is contained in:
Gig 2015-04-11 17:24:32 +01:00
parent 5d76333dd1
commit 57c38eb99e
5 changed files with 21 additions and 5 deletions
src/main/java/techreborn/blocks

View file

@ -30,7 +30,7 @@ public class BlockOre extends Block{
public BlockOre(Material material)
{
super(material);
setBlockName("ore");
setBlockName("techreborn.ore");
setCreativeTab(TechRebornCreativeTab.instance);
setHardness(1f);
}