Fixed a bug with ghost Items left behind in the Large Chemical Reactor

This commit is contained in:
Johannes Gäßler 2017-08-04 10:47:54 +02:00
parent 60fcf643c9
commit cd4ca84e80

View file

@ -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;
}
}