Fix some small issues
This commit is contained in:
parent
4a0fd93363
commit
d8829fd33c
2 changed files with 2 additions and 4 deletions
|
@ -114,7 +114,7 @@ public class TileRecycler extends TilePowerAcceptor implements IWrenchable, IInv
|
|||
|
||||
public boolean canRecycle ()
|
||||
{
|
||||
if (getStackInSlot(input1) != null)
|
||||
if (getStackInSlot(input1) != null && getStackInSlot(output) == null ? true : getStackInSlot(output).stackSize < 64)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue