Fixed Digital Miner not auto-ejecting
This commit is contained in:
parent
36ffdeb0e5
commit
e18cf2dd4a
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ public class TileEntityDigitalMiner extends TileEntityElectricBlock implements I
|
||||||
|
|
||||||
if(stack != null)
|
if(stack != null)
|
||||||
{
|
{
|
||||||
if(!isReplaceStack(stack))
|
if(isReplaceStack(stack))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue