Remove ghost items from Assembly Line input slots
This commit is contained in:
parent
435c3cd526
commit
be3a6292bb
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ public class GT_MetaTileEntity_AssemblyLine
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.mMaxProgresstime = Math.max(1, this.mMaxProgresstime);
|
this.mMaxProgresstime = Math.max(1, this.mMaxProgresstime);
|
||||||
|
updateSlots();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue