This commit is contained in:
Calclavia 2014-01-19 17:53:32 +08:00
commit 8436dd5b41

View file

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