mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
Update config.lua
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user