Custom Structure Does not generate much.

Started by aoooodi2 on

Topic category: Help with modding (Java Edition)

Last seen on 01:05, 22. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Structure Does not generate much.

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?

Last seen on 20:37, 26. Jul 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Even simple generation…
Sun, 10/01/2023 - 14:13

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.