mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-04 09:10: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
@ -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,
|
||||
|
Reference in New Issue
Block a user