Started by
aoooodi2
on
Topic category: Help with Minecraft modding (Java Edition)
I made a custom structure and the spawn probability is of 1 million. However the structure is quite rare.
The only custom condition i have for the structure is for the block below to be solid.
Any ideas why this happens and how to fix it?
Even simple generation conditions can sometimes be hard to meet, requiring multiple copies of a structure depending on how specific they are. Especially for underground structures, finding the right conditions can be difficult.
...That being said, I think your problem is much simpler. You likely just need to change the structure offset, or the surface block detection. You don't really even need a condition like this, since structures already require a solid block below them by default unless they're set to generate in the sky.