Remove ghost items from Assembly Line input slots (Blood Asp)
This commit is contained in:
parent
4030ef4f1c
commit
2a4e2aa133
1 changed files with 2 additions and 1 deletions
|
@ -134,6 +134,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