Fixed a bug with ghost Items left behind in the Large Chemical Reactor
This commit is contained in:
parent
60fcf643c9
commit
cd4ca84e80
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ public class GT_MetaTileEntity_LargeChemicalReactor extends GT_MetaTileEntity_Mu
|
|||
this.mMaxProgresstime = maxProgresstime;
|
||||
this.mOutputItems = recipe.mOutputs;
|
||||
this.mOutputFluids = recipe.mFluidOutputs;
|
||||
this.updateSlots();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue