encoded patterns now stack up to 64

This commit is contained in:
Salomão
2021-02-08 22:14:37 -03:00
parent fc119070b2
commit 97ae7e1f14
7 changed files with 32 additions and 7 deletions
@@ -56,7 +56,7 @@ public class ItemEncodedPattern extends AEBaseItem implements ICraftingPatternIt
public ItemEncodedPattern()
{
this.setMaxStackSize( 1 );
this.setMaxStackSize( 64 );
}
@Override