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
@@ -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;