Refactor item power storage

This commit is contained in:
2025-04-28 13:10:41 +02:00
parent 62246bf91b
commit 84ff508056
3 changed files with 102 additions and 69 deletions

View File

@@ -81,6 +81,7 @@ dofile(modpath.."/tools/electric_saber.lua")
dofile(modpath.."/tools/jetpack.lua")
dofile(modpath.."/tools/mining_laser.lua")
dofile(modpath.."/tools/nano_suit.lua")
dofile(modpath.."/tools/power_storage.lua")
dofile(modpath.."/tools/solar_helmet.lua")
dofile(modpath.."/tools/static_boots.lua")
dofile(modpath.."/tools/treetap.lua")