Fix pattern corruption.
This commit is contained in:
parent
04797294bb
commit
d1b91bb490
1 changed files with 1 additions and 0 deletions
1
me/cache/CraftingCache.java
vendored
1
me/cache/CraftingCache.java
vendored
|
@ -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 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue