Fixed a bug with ghost Items left behind in the Large Chemical Reactor
This commit is contained in:
parent
2e849a4ec8
commit
9bd9d7d5e0
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.mMaxProgresstime = maxProgresstime;
|
||||||
this.mOutputItems = recipe.mOutputs;
|
this.mOutputItems = recipe.mOutputs;
|
||||||
this.mOutputFluids = recipe.mFluidOutputs;
|
this.mOutputFluids = recipe.mFluidOutputs;
|
||||||
|
this.updateSlots();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue