Fix Tinkers Construct crashing

Probably.
This commit is contained in:
laz2727 2016-07-25 20:27:33 +04:00 committed by GitHub
parent 77134b5d7a
commit 99057a8e8e

View file

@ -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));