Spawn a block at a global height level?

Started by Vanblam on

Topic category: Help with MCreator software

Last seen on 00:52, 12. Apr 2023
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Spawn a block at a global height level?

I'm trying to have a block that spawns another block and or structure at a specific global height. Not sure if you can do that with a procedure. If so would someone mind showing me an example? Thanks in advance :) 

Last seen on 00:07, 8. Apr 2024
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is definitely possible…
Fri, 11/18/2022 - 23:45

This is definitely possible.

Procedure:

Block or structure spawn: (X, [insert static number], Z)

You might need to add some math for adding or subtracting in the case of the structure if you want it centered on the location.

Let me know if you need further explanation.

Last seen on 00:52, 12. Apr 2023
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ahh I see, you just put a…
Sat, 11/19/2022 - 00:07

Ahh I see, you just put a number with no "y" there, wow didn't think of that. Thank you very very much

Last seen on 07:42, 26. Nov 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
running into the same…
Wed, 05/03/2023 - 15:47

running into the same problem, can i get a picture of the procedure? im a bit confused on which specific blocks to use to set it up