Implement Canning Machine

This commit is contained in:
2024-01-12 20:17:36 +01:00
parent eaff4a9065
commit 6cf004ff0e
5 changed files with 319 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ dofile(modpath.."/api.lua")
dofile(modpath.."/minerals.lua")
dofile(modpath.."/machines/common.lua")
dofile(modpath.."/machines/canning_machine.lua")
dofile(modpath.."/machines/compressor.lua")
dofile(modpath.."/machines/cable_former.lua")
dofile(modpath.."/machines/electric_furnace.lua")