Ore Localizations and changed ore names to "techreborn.ore"
This commit is contained in:
parent
5d76333dd1
commit
57c38eb99e
5 changed files with 21 additions and 5 deletions
src/main/java/techreborn/blocks
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue