Vanilla structures generating in the void of end like dimension

Started by FukuroFox on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Vanilla structures generating in the void of end like dimension

so I'm working on a mod that has an end like dimension that generates structures like villages, pillager outposts, etc. 

but they always generate in or directly above the void (of which there is too much of but that's a different issue) and not on the islands as inteded. 

Is there a fix to this? Would appreciate any help!

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just make them spawn on…
Sat, 09/16/2023 - 17:52

just make them spawn on block like end stone, and other solid blocks.

OR

you could check wether the block below the spawning location is "void_air".

Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well I would do that if I…
Sun, 10/15/2023 - 02:33

Well I would do that if I knew how to edit them, since they are vanilla structures.