Increased solar cells from 1j to 5j a tick
This commit is contained in:
parent
85136fb62c
commit
6d3c60097f
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(1, true);
|
||||
this.energy.receiveEnergy(5, true);
|
||||
this.produce();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue