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
@@ -225,7 +225,7 @@ public class ItemEncodedPattern extends AEBaseItem implements ICraftingPatternIt
final ICraftingPatternDetails details = this.getPatternForItem( item, w );
out = details != null ? details.getCondensedOutputs()[0].createItemStack() : ItemStack.EMPTY;
out = details != null ? details.getOutputs()[0].createItemStack() : ItemStack.EMPTY;
SIMPLE_CACHE.put( item, out );
return out;