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

@ -11,7 +11,7 @@ minetest.register_craft({
technic.register_battery_box({
tier = "MV",
max_charge = 300000,
max_charge = 200000,
charge_rate = 20000,
discharge_rate = 80000,
charge_step = 2000,