Fixes #587
This commit is contained in:
parent
7e2db4a715
commit
90c7ab09ec
2 changed files with 4 additions and 2 deletions
|
@ -501,6 +501,8 @@ public class ModBlocks
|
|||
OreDictionary.registerOre("blockInvar", new ItemStack(storage, 1, 12));
|
||||
OreDictionary.registerOre("blockOsmium", new ItemStack(storage, 1, 13));
|
||||
OreDictionary.registerOre("blockIridium", new ItemStack(storage, 1, 14));
|
||||
OreDictionary.registerOre("blockCopper", BlockStorage2.getStorageBlockByName("copper", 1));
|
||||
OreDictionary.registerOre("blockTin", BlockStorage2.getStorageBlockByName("tin", 1));
|
||||
|
||||
OreDictionary.registerOre("blockTungstensteel", new ItemStack(storage2, 1, 0));
|
||||
OreDictionary.registerOre("blockLodestone", new ItemStack(storage2, 1, 1));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue