Implement Rotary Macerator

It's a more advanced version of regular Macerator.
It introduces RPM which makes machine faster the longer it
works.
This commit is contained in:
2024-03-08 22:41:02 +01:00
parent 3041d0982f
commit a90b4f8cfe
5 changed files with 352 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ dofile(modpath.."/machines/mass_fabricator.lua")
dofile(modpath.."/machines/nuclear_reactor.lua")
dofile(modpath.."/machines/power_storage.lua")
dofile(modpath.."/machines/recycler.lua")
dofile(modpath.."/machines/rotary_macerator.lua")
dofile(modpath.."/machines/tool_workshop.lua")
dofile(modpath.."/machines/transformer.lua")
dofile(modpath.."/machines/solar_panel_generator.lua")