Fix matter condenser input slot

This commit is contained in:
Florian Scandella 2017-09-03 04:45:17 +02:00
parent 53f5724657
commit 216e2cb1e3

View file

@ -276,7 +276,7 @@ public class TileCondenser extends AEBaseInvTile implements IConfigManagerHost,
@Override @Override
public int getSlotLimit( int slot ) public int getSlotLimit( int slot )
{ {
return 0; return 64;
} }
} }