Help with structure generation

Started by Vitaw on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with structure generation

Is there any way to stop structures from spawning on water? because the dimension i created has only 1 biome and i have some structures that are suposed to spawn only on that biome but they are always spawning in the middle of oceans on small island, btw i'm using the version 2024.2

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could use beardbox thin…
Thu, 08/01/2024 - 05:58

You could use beardbox thin to create and island around it

Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just want it to not be…
Thu, 08/01/2024 - 06:17

I just want it to not be generated on water if possible

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can make it so a block…
Thu, 08/01/2024 - 18:46

you can make it so a block that generates and that check if air is above it and that water is not to the side or below then have it be spawn your structure on update tick. you can also make that block as rare as you want.