Increase solar panel output from 25 to 50
This commit is contained in:
parent
c5368ba283
commit
d0bac1e9a7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class TileSolarPanel extends TileEnergyDistribution
|
|||
{
|
||||
if (!(this.worldObj.isThundering() || this.worldObj.isRaining()))
|
||||
{
|
||||
this.energy.receiveEnergy(25, true);
|
||||
this.energy.receiveEnergy(50, true);
|
||||
markDistributionUpdate |= produce() > 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue