I think that would be required also... Fusion fix

This commit is contained in:
Technus 2017-04-03 09:16:24 +02:00
parent 68f5479199
commit c7f8240336

View file

@ -368,7 +368,7 @@ public abstract class GT_MetaTileEntity_FusionComputer extends GT_MetaTileEntity
if (aBaseMetaTileEntity.isAllowedToWork()) { if (aBaseMetaTileEntity.isAllowedToWork()) {
this.mEUStore = (int) aBaseMetaTileEntity.getStoredEU(); this.mEUStore = (int) aBaseMetaTileEntity.getStoredEU();
if (checkRecipe(mInventory[1])) { if (checkRecipe(mInventory[1])) {
if (this.mEUStore < this.mLastRecipe.mSpecialValue) { if (this.mEUStore < this.mLastRecipe.mSpecialValue - this.mEUt) {
mMaxProgresstime = 0; mMaxProgresstime = 0;
turnCasingActive(false); turnCasingActive(false);
} }