mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 23:30:38 +02:00
Make the charge stored by every battery box consistent with the input ingredients.
This commit is contained in:
committed by
ShadowNinja
parent
1b7fa38082
commit
9ab5846d56
@ -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,
|
||||
|
Reference in New Issue
Block a user