Changed battery from 1GJ to 5MJ
This commit is contained in:
parent
13ee4eb594
commit
d615a8745b
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import dark.core.common.DarkMain;
|
|||
import dark.core.prefab.ModPrefab;
|
||||
|
||||
/** Simple battery to store energy
|
||||
*
|
||||
*
|
||||
* @author DarkGuardsman */
|
||||
public class ItemBattery extends ItemElectric
|
||||
{
|
||||
|
@ -43,6 +43,6 @@ public class ItemBattery extends ItemElectric
|
|||
@Override
|
||||
public float getMaxElectricityStored(ItemStack theItem)
|
||||
{
|
||||
return 1000000;
|
||||
return 5000;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue