Changed battery from 1GJ to 5MJ
This commit is contained in:
parent
13ee4eb594
commit
d615a8745b
1 changed files with 2 additions and 2 deletions
|
@ -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