try to fix #51

This commit is contained in:
PrototypeTrousers
2021-08-22 23:59:02 -03:00
parent 8f2a06e457
commit 01778794e5
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -289,7 +289,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();