#Biters Nest on Resources

1 messages · Page 1 of 1 (latest)

runic spindle
#

Does it also have nests that aren't on resource patches?

#

Biters Nest on Resources

foggy juniper
#

When the biters expand and create new bases, do ore patches and oil fields spawn underneath them?

faint obsidian
foggy juniper
faint obsidian
#

just kill them after expansion, smh my head

#

nests drop resources on death too

rapid gust
#

You should probably add an option to disable regular enemy base spawn

faint obsidian
rapid gust
#
--unit-spawner
for _,entity in pairs(data.raw["unit-spawner"]) do
    if entity and entity.name ~= "gleba-spawner" and entity.name ~= "gleba-spawner-small" then
        entity.autoplace = nil
    end
end

--worms
for _,entity in pairs(data.raw["turret"]) do
    if entity then
        entity.autoplace = nil
    end
end```
faint obsidian
#

oh dang autoplace, right

#

I have list of entities in mod data anyway, will use that to disable