Implement Magnetizer

This commit is contained in:
2025-11-20 20:41:20 +01:00
parent f7d3ef2190
commit fe55ade9b0
3 changed files with 398 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ dofile(modpath.."/machines/generator.lua")
dofile(modpath.."/machines/induction_furnace.lua")
dofile(modpath.."/machines/iron_furnace.lua")
dofile(modpath.."/machines/macerator.lua")
dofile(modpath.."/machines/magnetizer.lua")
dofile(modpath.."/machines/mass_fabricator.lua")
dofile(modpath.."/machines/miner.lua")
dofile(modpath.."/machines/nuclear_reactor.lua")