Buff solar panel from 5j to 25j a tick

This commit is contained in:
DarkGuardsman 2014-01-19 04:46:19 -05:00
parent 6d3c60097f
commit 199b8515e5

View file

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