Fix pattern corruption.

This commit is contained in:
AlgorithmX2 2014-06-20 02:10:28 -05:00
parent 04797294bb
commit d1b91bb490

View file

@ -159,6 +159,7 @@ public class CraftingCache implements IGridCache, ICraftingProviderHelper, ICell
for (ICraftingPatternDetails details : craftingMethods.keySet()) for (ICraftingPatternDetails details : craftingMethods.keySet())
for (IAEItemStack out : details.getOutputs()) for (IAEItemStack out : details.getOutputs())
{ {
out = out.copy();
out.reset(); out.reset();
out.setCraftable( true ); out.setCraftable( true );