Why are my custom biome trees just floating?

Started by MP1Player on

Topic category: Help with MCreator software

Last seen on 00:39, 23. Sep 2023
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why are my custom biome trees just floating?

Whenever I make a biome that has ANY type of hills, mountains, or non flat terrain at all, my trees just start floating randomly. This even happens when there are no mountains or hills. I don't know what the issue is, nor do I know how to fix it.

Last seen on 20:25, 8. May 2020
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your custom trees are…
Tue, 10/15/2019 - 20:11

Your custom trees are basically structures. A structure can be made of any type of block, including air blocks and structure voids.

Your structure is actually spawned on the ground (exactly at the corner where your minecraft:structure_block was. But since that block is air, it appears like your structure is floating even though it was succesfully placed on the ground.

You can correct this through: https://www.youtube.com/watch?v=2ggSrLiXTuU&list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei&index=82

Or you can correct it by:

1. Create a useless block that does nothing. (textures are unimportant)

2. Save that single block as texture.

3. Now give that block on Added procedure: Spawn schematic trees at x - aValue, y, z - aValue

4. Make sure that "aValue" represents the correct offset your schematic should spawn with. For example if your structure is 11 by 11 then make sure that you spawn it at half (rounded down) of that: spawn schematic tree at x-5, y, z-5

Last seen on 20:25, 8. May 2020
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"2. Save that single block…
Tue, 10/15/2019 - 20:11

"2. Save that single block as texture." >>> 2. Save that single block as structure *correction

Last seen on 00:34, 2. Apr 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
WHERE IS "OR"
Mon, 02/08/2021 - 16:44

WHERE IS "OR"

Last seen on 21:16, 18. Jun 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in the procedures, search…
Mon, 02/08/2021 - 17:03

in the procedures, search logic and click the third block, then change the "=" to or

Last seen on 00:34, 2. Apr 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what procedures? and sorry…
Tue, 02/09/2021 - 00:06

what procedures? and sorry for the caps. I was not mentally ok at the time.

Last seen on 00:34, 2. Apr 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh, i thought you meant…
Tue, 02/09/2021 - 00:08

oh, i thought you meant something like block procedures. i searched through logic multiple times and only found blocks with two empty spaces. nothing like the OR in the video

Last seen on 00:34, 2. Apr 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if it helps, i'm using…
Tue, 02/09/2021 - 00:11

if it helps, i'm using mcreator 1.9.1

Last seen on 00:34, 2. Apr 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
still can't find it...
Wed, 02/10/2021 - 01:23

still can't find it...

Last seen on 00:39, 23. Sep 2023
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why the hell are you sending…
Wed, 02/10/2021 - 02:41

why the hell are you sending 4 messages in a row on a thread from 2019 what

Last seen on 00:34, 2. Apr 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
found it...
Wed, 02/10/2021 - 15:00

found it...

Last seen on 00:34, 2. Apr 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
cause my tree's are floating!
Wed, 02/10/2021 - 15:01

cause my tree's are floating!

Last seen on 00:34, 2. Apr 2024
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i made the exact procedure…
Wed, 02/10/2021 - 21:41

i made the exact procedure. no tree's spawned