Tree Structures not spawning properly on the Ground

Started by Stepik892 on

Topic category: Help with modding (Java Edition)

Last seen on 15:20, 17. Aug 2024
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tree Structures not spawning properly on the Ground

Hi. I'm having a problem.

When I make a Structure like a tree and I do the Structure offsets the Structure still doesn't generate properly.

Example: When the world/dimension/biome generates, if the location has hills/mountains the Structure sometimes generates in the air.

Any ideas on how to fix this?

Last seen on 13:24, 6. Jun 2024
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if the trunk is only 1 block…
Wed, 08/09/2023 - 21:43

if the trunk is only 1 block wide at the bottom, it's very easy, make a new procedure, and make is something like: if block X Y-1 Z solid? with a return block, then go back to your tree structure, and in additional generation condition, you put your procedure, hope that helps!

Last seen on 15:20, 17. Aug 2024
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks :D      
Mon, 08/14/2023 - 08:28

Thanks :D