mirror of
https://github.com/joe7575/techpack.git
synced 2024-12-01 19:43:52 +01:00
3 lines
133 B
Lua
3 lines
133 B
Lua
|
-- Battery capacity in usec CPU time
|
||
|
sl_controller.battery_capacity = tonumber(minetest.setting_get("battery_capacity")) or 10000000
|