AlgorithmX2
2014-05-29 11:41:47 -05:00
parent b872ae66c3
commit 3746c49d49
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ public class OreHelper
// SUMMON AE STACKS!
for (ItemStack is : set)
aeset.add( AEItemStack.create( is ) );
if ( is.getItem() != null )
aeset.add( AEItemStack.create( is ) );
}
}