Implement Pump

This commit is contained in:
2025-11-11 19:52:30 +01:00
parent 28ff1aeb22
commit 8ca2a44070
2 changed files with 408 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ dofile(modpath.."/machines/mass_fabricator.lua")
dofile(modpath.."/machines/miner.lua")
dofile(modpath.."/machines/nuclear_reactor.lua")
dofile(modpath.."/machines/power_storage.lua")
dofile(modpath.."/machines/pump.lua")
dofile(modpath.."/machines/recycler.lua")
dofile(modpath.."/machines/rotary_macerator.lua")
dofile(modpath.."/machines/tool_workshop.lua")