Hello!
I'm a dev for the All The Overhauls modpack, and no ores have been spawning on SE planets even though they have autoplace controls and the autoplace controls seem to be enabled correctly as shown below:
I poked around in the code to see if I was missing something and it seems to be related to the TODO below under scripts/zone.lua::Zone.set_autoplace_settings_for_solid L:1056. Adding our custom ores to the resource_names table makes them spawn as expected.

Hello!
I'm a dev for the All The Overhauls modpack, and no ores have been spawning on SE planets even though they have autoplace controls and the autoplace controls seem to be enabled correctly as shown below:
I poked around in the code to see if I was missing something and it seems to be related to the TODO below under
scripts/zone.lua::Zone.set_autoplace_settings_for_solid L:1056. Adding our custom ores to theresource_namestable makes them spawn as expected.