Increase solar panel output from 25 to 50

This commit is contained in:
Robert S 2014-04-10 16:28:51 -04:00
parent c5368ba283
commit d0bac1e9a7

View file

@ -64,7 +64,7 @@ public class TileSolarPanel extends TileEnergyDistribution
{ {
if (!(this.worldObj.isThundering() || this.worldObj.isRaining())) if (!(this.worldObj.isThundering() || this.worldObj.isRaining()))
{ {
this.energy.receiveEnergy(25, true); this.energy.receiveEnergy(50, true);
markDistributionUpdate |= produce() > 0; markDistributionUpdate |= produce() > 0;
} }
} }