Merge branch 'master' of https://bitbucket.org/calclavia/resonant-induction
This commit is contained in:
commit
8436dd5b41
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue