Add cable former machine

This commit is contained in:
2023-11-19 19:59:33 +01:00
parent 286f95596f
commit fb51d07f70
6 changed files with 92 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ dofile(modpath.."/minerals.lua")
dofile(modpath.."/machines/common.lua")
dofile(modpath.."/machines/compressor.lua")
dofile(modpath.."/machines/cable_former.lua")
dofile(modpath.."/machines/electric_furnace.lua")
dofile(modpath.."/machines/extractor.lua")
dofile(modpath.."/machines/fluid_generator.lua")