Increased solar cells from 1j to 5j a tick

This commit is contained in:
DarkGuardsman 2014-01-19 03:36:34 -05:00
parent 85136fb62c
commit 6d3c60097f

View file

@ -24,7 +24,7 @@ public class TileSolarPanel extends TileElectrical
{
if (!(this.worldObj.isThundering() || this.worldObj.isRaining()))
{
this.energy.receiveEnergy(1, true);
this.energy.receiveEnergy(5, true);
this.produce();
}
}