Started by
Vanblam
on
Topic category: Help with MCreator software
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 :)
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.
Ahh I see, you just put a number with no "y" there, wow didn't think of that. Thank you very very much
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