Remove ghost items from Assembly Line input slots (Blood Asp)

This commit is contained in:
Martin 2016-07-13 16:25:28 +02:00 committed by GitHub
parent 4030ef4f1c
commit 2a4e2aa133

View file

@ -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;
} }
@ -238,4 +239,4 @@ public class GT_MetaTileEntity_AssemblyLine
public boolean explodesOnComponentBreak(ItemStack aStack) { public boolean explodesOnComponentBreak(ItemStack aStack) {
return false; return false;
} }
} }