Bioreserve "ore" not generated

pyanodon's mods are here

Moderator: pyanodon

Post Reply
lame.snow
Manual Inserter
Manual Inserter
Posts: 2
Joined: Mon May 11, 2020 6:58 pm
Contact:

Bioreserve "ore" not generated

Post by lame.snow »

Hey, I'm having a problem with finding bioreserves. As far as I can tell, they're supposed to be an "ore" you can find, but I was unable to do so.

Even when using commands to reveal a huge part of the map, I was unable to find any.

Here is a screenshot of what I revealed (map view fully zoomed out)
https://puu.sh/FJ91E/aab9c9f33a.png

I spawned in a single tile and then ran a command to find all the ores, and the result is only a single one:
https://puu.sh/FJ93c/262f1fc076.png

(command used: "/c local entity="bio" local surface=game.player.surface local count=0 for key, ent in pairs(surface.find_entities_filtered({type="resource"})) do if string.find(ent.name,entity) then count=count+1 end end game.player.print(count)")

I have the following mods installed:
https://puu.sh/FJ95u/fe0ac05dae.png

For map generator settings, I left everything on default except biters (disabled) and pollution (also disabled).

Any ideas what causes this and how I should proceed?

kingarthur
Smart Inserter
Smart Inserter
Posts: 1459
Joined: Sun Jun 15, 2014 11:39 am
Contact:

Re: Bioreserve "ore" not generated

Post by kingarthur »

Check mod settings. Did you turn on the ore gen setting in pycoalprocessing. If so turn it off

lame.snow
Manual Inserter
Manual Inserter
Posts: 2
Joined: Mon May 11, 2020 6:58 pm
Contact:

Re: Bioreserve "ore" not generated

Post by lame.snow »

This was indeed the problem, thanks!

Post Reply

Return to “PyMods”