Implement BatPack and LapPack

When equipped they can charge currently wielded tool or item with power storage.
This commit is contained in:
2024-01-13 13:16:41 +01:00
parent 4674f3b396
commit 870343f74b
2 changed files with 139 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ dofile(modpath.."/machines/solar_panel_generator.lua")
dofile(modpath.."/machines/wind_mill.lua")
dofile(modpath.."/tools/common.lua")
dofile(modpath.."/tools/batpack.lua")
dofile(modpath.."/tools/electric_chainsaw.lua")
dofile(modpath.."/tools/electric_drill.lua")
dofile(modpath.."/tools/electric_hoe.lua")