From ceb4dfe65769b54989e1c4f0551ba429030102c1 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Wed, 10 Dec 2025 19:29:59 +0100 Subject: [PATCH] Fix autoplace of rich-copper-ore --- bzgold2/prototypes/rich-copper.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bzgold2/prototypes/rich-copper.lua b/bzgold2/prototypes/rich-copper.lua index 4aae64d..8406cbf 100644 --- a/bzgold2/prototypes/rich-copper.lua +++ b/bzgold2/prototypes/rich-copper.lua @@ -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",