Buff solar panel from 5j to 25j a tick
This commit is contained in:
parent
6d3c60097f
commit
199b8515e5
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()))
|
||||
{
|
||||
this.energy.receiveEnergy(5, true);
|
||||
this.energy.receiveEnergy(25, true);
|
||||
this.produce();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue