mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-04 09:10:38 +02:00
Upgrades to battery boxes too, prevent frames from moving too often (one move every second max)
This commit is contained in:
@ -16,5 +16,7 @@ technic.register_battery_box({
|
||||
discharge_rate = 80000,
|
||||
charge_step = 2000,
|
||||
discharge_step = 8000,
|
||||
upgrade = 1,
|
||||
tube = 1,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user