Refactor Nano Suit

This commit is contained in:
2025-04-23 13:11:25 +02:00
parent 6e1d0b5229
commit e34c1eba66
3 changed files with 173 additions and 108 deletions

View File

@@ -66,6 +66,7 @@ dofile(modpath.."/machines/wind_mill.lua")
dofile(modpath.."/tools/common.lua")
dofile(modpath.."/tools/item.lua")
dofile(modpath.."/tools/electric_item.lua")
dofile(modpath.."/tools/electric_armor.lua")
dofile(modpath.."/tools/fluid_container_item.lua")
dofile(modpath.."/tools/tool.lua")
dofile(modpath.."/tools/gear_tool.lua")