Add mass fabricator

This commit is contained in:
2023-11-23 19:17:19 +01:00
parent 08ac8f5f39
commit 7446169bc0
6 changed files with 75 additions and 15 deletions

View File

@@ -41,6 +41,7 @@ dofile(modpath.."/machines/fluid_generator.lua")
dofile(modpath.."/machines/generator.lua")
dofile(modpath.."/machines/iron_furnace.lua")
dofile(modpath.."/machines/macerator.lua")
dofile(modpath.."/machines/mass_fabricator.lua")
dofile(modpath.."/machines/nuclear_reactor.lua")
dofile(modpath.."/machines/power_storage.lua")
dofile(modpath.."/machines/recycler.lua")