Custom Big Trees are replacing air with dirt blocks in custom dimensions

Started by pixelguy2443 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Big Trees are replacing air with dirt blocks in custom dimensions

When the big trees are generated, some of them don't have their full base on the ground, and it replaces the air with dirt. This may be ok, but there is an issue, it's a custom tree from a custom dimension, where the grass block and dirt are different.

"text"

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Are they custom trees that…
Thu, 12/02/2021 - 01:53

Are they custom trees that you made with a structure block? If so, you should build the tree with the custom dirt blocks underneath so when it generates it automatically has the custom dirt underneath. If they are just vanilla trees with custom wood, then try making it in the procedure that when the custom tree generates it generates with the custom dirt at x -1 z. I hope this helps.

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
They are trees. There are…
Fri, 12/03/2021 - 02:02

They are trees. There are procedures that adds conditions to generation stuff (like mob spawning and whatever), but there is no option for trees, they are generated in the biome settings, it's not like a separated mod element. And in my case, adding them as structures would take a long time because there is stil the height of the trees

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh thanks, a quick question,…
Fri, 12/03/2021 - 13:46

Oh thanks, a quick question, I'm not getting notifications of replies to my posts via email, I already turned it on.. is there any issue?

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wait a sec, this video…
Fri, 12/03/2021 - 13:53

Wait a sec, this video tutorial literally shows how to make structures? I already know that..