remove todo

This commit is contained in:
Technus 2016-12-30 11:21:06 +01:00
parent d6691d4cff
commit c1da08e750

View file

@ -122,7 +122,7 @@ public class GT_MetaTileEntity_ElectricBlastFurnace
}
if(tHeatCapacityDivTiers>0){
this.mEUt = (int) (this.mEUt * (Math.pow(0.95, tHeatCapacityDivTiers)));
this.mMaxProgresstime >>=tHeatCapacityDivTiers/2;//TODO CHECK
this.mMaxProgresstime >>=tHeatCapacityDivTiers/2;
}
this.mMaxProgresstime = Math.max(1, this.mMaxProgresstime);
this.mOutputItems = new ItemStack[]{tRecipe.getOutput(0), tRecipe.getOutput(1)};