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