No ores are found in any Beyond Earth dimensions.
I saw your source, now Beyond Earth doesn't use block tags xxx_ore_replaceables (xxx: planets) unlike 1.18.2.
Beyond Earth has an issue about ore spawning, but I think this problem is different from it. So I open this issue as a bug.
Note that the Moon was expanded to Y=-64 and some planets' Stones are only above Y=0, so you will need to change heights.
(example)
aboveBottom(-32) -> Y=-96
aboveBottom(32) -> Y=-32
No Moon Stone is in Y=-32~-96, then the ore is never spawned.
Steps to reproduce
Enter to any dimension of Beyond Earth.
Look around in underground, you should not find any ores.
Run command /fill ~ ~ ~ ~12 -64 ~12 obsidian replace beyond_planets_core:xxx_yyy_ore (xxx: planet you entered, yyy: material)
Mod loader
Forge
Minecraft version
1.19.2
Beyond Planets - Core version
1.19.2-1.1.12
Modloader version
Forge 43.2.4
Modpack info
No response
The latest.log file
None
Issue description
No ores are found in any Beyond Earth dimensions. I saw your source, now Beyond Earth doesn't use block tags
xxx_ore_replaceables (xxx: planets)
unlike 1.18.2. Beyond Earth has an issue about ore spawning, but I think this problem is different from it. So I open this issue as a bug.Note that the Moon was expanded to Y=-64 and some planets' Stones are only above Y=0, so you will need to change heights.
(example) aboveBottom(-32) -> Y=-96 aboveBottom(32) -> Y=-32 No Moon Stone is in Y=-32~-96, then the ore is never spawned.
Steps to reproduce
/fill ~ ~ ~ ~12 -64 ~12 obsidian replace beyond_planets_core:xxx_yyy_ore (xxx: planet you entered, yyy: material)
Other information
No response