Custom Feature is floating

Started by Milad on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Feature is floating

Hey everyone,

 

I made a custom feature, wich generates a custom tree, in a custom cold biome. Most of the trees are spawning as intended, but some (particularly at mountains) are just floating 1 or sometimes even more blocks, when they are above small caves.

How can I fix that?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you send a screenshot of…
Mon, 10/14/2024 - 16:58

Can you send a screenshot of your feature mod element?

This is how I make mine,

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here is how I did it.
Mon, 10/14/2024 - 17:05

Here is how I did it.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what does your custom tree…
Mon, 10/14/2024 - 19:00

what does your custom tree look like?

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It looks very similar like a…
Mon, 10/14/2024 - 19:59

It looks very similar like a spruce tree.

Also I have copied your feature and replaced the relative coordinates and it works alright. The only small problem is, that sometimes the trees that spawn at mountains, generate inside the blooks.

It isn't that big of a problem and I appreciate you for your help.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you send a screenshot of…
Mon, 10/14/2024 - 20:02

Can you send a screenshot of your structure screenshot or the structure file?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you send a screenshot…
Mon, 10/14/2024 - 20:03

If you send a screenshot please include the structure bounding box

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah you should use the…
Mon, 10/14/2024 - 20:21

yeah you should use the relative coords 4,-1,4.

Can you send a screenshot of

The only small problem is, that sometimes the trees that spawn at mountains, generate inside the blooks.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh, like that, hm I mean ig…
Mon, 10/14/2024 - 20:35

Oh, like that, hm I mean ig you could do something like this,

not sure these coords are right tho,,,

Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much it works…
Mon, 10/14/2024 - 20:52

Thank you so much it works perfectly fine. Without your help I would have probably just given up because there is no solution I have found that works.