Fix pattern corruption.

This commit is contained in:
AlgorithmX2
2014-06-20 02:10:28 -05:00
parent 04797294bb
commit d1b91bb490
+1
View File
@@ -159,6 +159,7 @@ public class CraftingCache implements IGridCache, ICraftingProviderHelper, ICell
for (ICraftingPatternDetails details : craftingMethods.keySet())
for (IAEItemStack out : details.getOutputs())
{
out = out.copy();
out.reset();
out.setCraftable( true );