Implement nuclear reactor

This commit is contained in:
2023-11-18 20:43:34 +01:00
parent 70c9b758f8
commit 462daec9df
3 changed files with 391 additions and 1 deletions

View File

@@ -40,6 +40,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/nuclear_reactor.lua")
dofile(modpath.."/machines/power_storage.lua")
dofile(modpath.."/machines/recycler.lua")
dofile(modpath.."/machines/transformer.lua")