forked from mrkubax10/industrialtest
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:
1
init.lua
1
init.lua
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user