Revert unwanted Heating Capacity behavior change.

This commit is contained in:
Blood-Asp 2016-10-07 12:04:58 +02:00
parent f7d2bb95ed
commit 6b754b6ebe

View file

@ -210,7 +210,6 @@ public class GT_MetaTileEntity_ElectricBlastFurnace
} }
} }
} }
this.mHeatingCapacity += 100 * (GT_Utility.getTier(getMaxInputVoltage()) - 3);
return true; return true;
} }