Fix some small issues

This commit is contained in:
modmuss50 2016-03-20 16:27:57 +00:00
parent 4a0fd93363
commit d8829fd33c
2 changed files with 2 additions and 4 deletions

View file

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