Fixed copper and tin ore ore dict issues
This commit is contained in:
parent
316375ee3a
commit
169c8e5ceb
1 changed files with 4 additions and 0 deletions
|
@ -497,6 +497,10 @@ public class ModBlocks
|
|||
OreDictionary.registerOre("oreLead", new ItemStack(ore, 1, 14));
|
||||
OreDictionary.registerOre("oreSilver", new ItemStack(ore, 1, 15));
|
||||
|
||||
OreDictionary.registerOre("oreCopper", BlockOre2.getOreByName("copper"));
|
||||
OreDictionary.registerOre("oreTin", BlockOre2.getOreByName("tin"));
|
||||
|
||||
|
||||
OreDictionary.registerOre("blockSilver", new ItemStack(storage, 1, 0));
|
||||
OreDictionary.registerOre("blockAluminum", new ItemStack(storage, 1, 1));
|
||||
OreDictionary.registerOre("blockTitanium", new ItemStack(storage, 1, 2));
|
||||
|
|
Loading…
Reference in a new issue