Hopefully fixed CME

This commit is contained in:
Aidan C. Brady 2014-02-12 19:13:51 -05:00
parent e9e4d381f2
commit 5b553c5fbc

View file

@ -487,6 +487,7 @@ public final class MekanismUtils
{
List<Integer> idsFound = new ArrayList<Integer>();
HashMap<Integer, ArrayList<ItemStack>> oreStacks = (HashMap<Integer, ArrayList<ItemStack>>)MekanismUtils.getPrivateValue(null, OreDictionary.class, new String[] {"oreStacks"});
oreStacks = (HashMap<Integer, ArrayList<ItemStack>>)oreStacks.clone();
for(Map.Entry<Integer, ArrayList<ItemStack>> entry : oreStacks.entrySet())
{