Update config.lua

This commit is contained in:
2023-05-09 18:42:01 +09:00
parent 9bc05dbcc7
commit 6d4ede4661

View File

@@ -117,6 +117,17 @@ if mods ~= nil then
min = 2, min = 2,
max = 3 max = 3
} }
items['area-mining-drill'] = {
enabled = true,
stage = 2,
type = 'mining-drill',
name = 'area-mining-drill',
ref_name = 'area-mining-drill',
tech = 'area-mining-drill',
min = 2,
max = 3
}
end end
if mods['space-exploration'] then if mods['space-exploration'] then