Make the charge stored by every battery box consistent with the input ingredients.

This commit is contained in:
Bryant Mairs
2013-12-03 18:52:55 -08:00
committed by ShadowNinja
parent 1b7fa38082
commit 9ab5846d56
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ minetest.register_craft({
technic.register_battery_box({
tier = "HV",
max_charge = 1500000,
max_charge = 1000000,
charge_rate = 100000,
discharge_rate = 400000,
charge_step = 10000,