Add Tool Workshop

This commit is contained in:
2023-11-23 22:30:44 +01:00
parent 8c701f726c
commit 24a45f19d1
2 changed files with 180 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ dofile(modpath.."/machines/mass_fabricator.lua")
dofile(modpath.."/machines/nuclear_reactor.lua")
dofile(modpath.."/machines/power_storage.lua")
dofile(modpath.."/machines/recycler.lua")
dofile(modpath.."/machines/tool_workshop.lua")
dofile(modpath.."/machines/transformer.lua")
dofile(modpath.."/machines/solar_panel_generator.lua")
dofile(modpath.."/machines/wind_mill.lua")