White spaces
This commit is contained in:
parent
475f8ad676
commit
c18f0e7e5c
1 changed files with 6 additions and 6 deletions
|
@ -208,13 +208,13 @@ public class GT_MetaTileEntity_ElectricBlastFurnace
|
|||
this.mHeatingCapacity += 100 * (GT_Utility.getTier(getMaxInputVoltage()) - 3);
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean checkMachine(IGregTechTileEntity aBaseMetaTileEntity, ItemStack aStack){
|
||||
boolean result= this.checkMachineFunction(aBaseMetaTileEntity,aStack);
|
||||
if (!result) this.mHeatingCapacity=0;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
public int getMaxEfficiency(ItemStack aStack) {
|
||||
return 10000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue