try to fix #51

This commit is contained in:
PrototypeTrousers
2021-09-18 21:42:10 -03:00
parent e6ccc24ae0
commit b607e018e6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ public class CraftingGridCache implements ICraftingGrid, ICraftingProviderHelper
// new craftables!
for( final ICraftingPatternDetails details : this.craftingMethods.keySet() )
{
for( IAEItemStack out : details.getCondensedOutputs() )
for( IAEItemStack out : details.getOutputs() )
{
out = out.copy();
out.reset();