Initial commit

Adding superconductor coil block support with base temperature 9000.
This commit is contained in:
Technus 2016-04-16 20:01:01 +02:00
parent efa4392b33
commit 7444ea7860

View file

@ -145,6 +145,9 @@ public class GT_MetaTileEntity_ElectricBlastFurnace
case 14:
this.mHeatingCapacity = 3600;
break;
case 14:
this.mHeatingCapacity = 9000;
break;
default:
return false;
}