Merge pull request #693 from laz2727/patch-1
Fix Tinkers Construct crashing
This commit is contained in:
commit
7fd61d2c19
1 changed files with 2 additions and 2 deletions
|
@ -491,8 +491,8 @@ public class ModBlocks
|
|||
OreDictionary.registerOre("blockTungsten", new ItemStack(storage, 1, 10));
|
||||
OreDictionary.registerOre("blockNickel", new ItemStack(storage, 1, 11));
|
||||
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("blockOsmium", new ItemStack(storage, 1, 13)); No osmium, stolen by Mekanism
|
||||
OreDictionary.registerOre("blockIridium", new ItemStack(storage, 1, 13));
|
||||
OreDictionary.registerOre("blockCopper", BlockStorage2.getStorageBlockByName("copper", 1));
|
||||
OreDictionary.registerOre("blockTin", BlockStorage2.getStorageBlockByName("tin", 1));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue