mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-04 17:20:37 +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 = "LV",
|
||||
max_charge = 50000,
|
||||
max_charge = 40000,
|
||||
charge_rate = 1000,
|
||||
discharge_rate = 4000,
|
||||
charge_step = 500,
|
||||
|
Reference in New Issue
Block a user