Started by
Vitaw
on
Topic category: Help with Minecraft modding (Java Edition)
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
You could use beardbox thin to create and island around it
I just want it to not be generated on water if possible
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.