Refactor jetpacks

This commit is contained in:
2025-04-17 13:49:06 +02:00
parent b383231c40
commit 000cff6940
5 changed files with 81 additions and 135 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/fluid_container_item.lua")
dofile(modpath.."/tools/tool.lua")
dofile(modpath.."/tools/gear_tool.lua")
dofile(modpath.."/tools/electric_tool.lua")