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
|
@ -36,7 +36,7 @@ public class ModBlocks {
|
|||
GameRegistry.registerTileEntity(TileQuantumChest.class, "TileQuantumChest");
|
||||
|
||||
ore = new BlockOre(Material.rock);
|
||||
GameRegistry.registerBlock(ore, ItemBlockOre.class, "ore");
|
||||
GameRegistry.registerBlock(ore, ItemBlockOre.class, "techreborn.ore");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue