I think that would be required also... Fusion fix
This commit is contained in:
parent
68f5479199
commit
c7f8240336
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ public abstract class GT_MetaTileEntity_FusionComputer extends GT_MetaTileEntity
|
|||
if (aBaseMetaTileEntity.isAllowedToWork()) {
|
||||
this.mEUStore = (int) aBaseMetaTileEntity.getStoredEU();
|
||||
if (checkRecipe(mInventory[1])) {
|
||||
if (this.mEUStore < this.mLastRecipe.mSpecialValue) {
|
||||
if (this.mEUStore < this.mLastRecipe.mSpecialValue - this.mEUt) {
|
||||
mMaxProgresstime = 0;
|
||||
turnCasingActive(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue