Increase superconductor max transfer amperage
This commit is contained in:
parent
f49a3736b8
commit
e99a9f1c33
2 changed files with 3 additions and 2 deletions
|
@ -41,7 +41,8 @@ import com.google.common.io.ByteArrayDataInput;
|
|||
public class TileFirebox extends TileElectricalInventory implements IPacketReceiver, IFluidHandler
|
||||
{
|
||||
/**
|
||||
* One coal = 4MJ, one coal lasts 80 seconds. Therefore, we are producing 50000 watts.
|
||||
* 1KG of coal ~= 24MJ
|
||||
* Approximately one coal = 4MJ, one coal lasts 80 seconds. Therefore, we are producing 50000 watts.
|
||||
* The power of the firebox in terms of thermal energy. The thermal energy can be transfered
|
||||
* into fluids to increase their internal energy.
|
||||
*/
|
||||
|
|
|
@ -27,7 +27,7 @@ public enum EnumWireMaterial
|
|||
/** Aluminum: Low Resistance */
|
||||
SILVER("Silver", 1.59f, 5, 200, 192, 192, 192),
|
||||
/** Superconductor: Over-powered */
|
||||
SUPERCONDUCTOR("Superconductor", 0, 10, 600, 255, 255, 1);
|
||||
SUPERCONDUCTOR("Superconductor", 0, 10, 1000, 255, 255, 1);
|
||||
|
||||
public final float resistance;
|
||||
public final int damage;
|
||||
|
|
Loading…
Reference in a new issue