Fix matter condenser input slot
This commit is contained in:
parent
53f5724657
commit
216e2cb1e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue