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
|
end
|
||||||
|
|
||||||
if util.se6() then
|
if util.se6() then
|
||||||
|
data.raw.planet.nauvis.map_gen_settings.autoplace_controls["rich-copper-ore"] = {}
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "autoplace-control",
|
type = "autoplace-control",
|
||||||
|
|
@ -111,6 +112,9 @@ if util.me.platinum() or util.me.palladium() then
|
||||||
})
|
})
|
||||||
end
|
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({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "resource",
|
type = "resource",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue