The-Realm-18-Studios-Mods / Beyond-Planets-Core

Other
3 stars 4 forks source link

No ores are spawned #73

Open Aleon4201 opened 1 year ago

Aleon4201 commented 1 year ago

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

  1. Enter to any dimension of Beyond Earth.
  2. Look around in underground, you should not find any ores.
  3. Run command /fill ~ ~ ~ ~12 -64 ~12 obsidian replace beyond_planets_core:xxx_yyy_ore (xxx: planet you entered, yyy: material)
  4. Command error: No blocks are filled.

Other information

No response