Fix autoplace of rich-copper-ore
This commit is contained in:
parent
4627a45cdb
commit
ceb4dfe657
1 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ if util.me.platinum() or util.me.palladium() then
|
|||
end
|
||||
|
||||
if util.se6() then
|
||||
data.raw.planet.nauvis.map_gen_settings.autoplace_controls["rich-copper-ore"] = {}
|
||||
data:extend({
|
||||
{
|
||||
type = "autoplace-control",
|
||||
|
|
@ -111,6 +112,9 @@ if util.me.platinum() or util.me.palladium() then
|
|||
})
|
||||
end
|
||||
|
||||
data.raw.planet.nauvis.map_gen_settings.autoplace_settings.entity.settings["rich-copper-ore"] = {}
|
||||
resource_autoplace.initialize_patch_set("rich-copper-ore", true)
|
||||
|
||||
data:extend({
|
||||
{
|
||||
type = "resource",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue