Fix pattern corruption.
This commit is contained in:
Vendored
+1
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user