Implement Miner

This commit is contained in:
2025-05-06 17:46:36 +02:00
parent 03ff0ac8ce
commit 93d6cdbb89
5 changed files with 367 additions and 0 deletions

View File

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