Initial commit
Adding superconductor coil block support with base temperature 9000.
This commit is contained in:
parent
efa4392b33
commit
7444ea7860
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ public class GT_MetaTileEntity_ElectricBlastFurnace
|
|||
case 14:
|
||||
this.mHeatingCapacity = 3600;
|
||||
break;
|
||||
case 14:
|
||||
this.mHeatingCapacity = 9000;
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue