Started by
myxical
on
Topic category: Help with Minecraft modding (Java Edition)
I've got the structure file ready (3x3 bedrock platform). I tried making a procedure which places the structure when the player enters the dimension, but doesn't seem to work. Perhaps the structure is at the middle of the world. How do I make it spawn below the player?
Create a procedure to detect the coords where a player is when they join the dimension and spawn the structure below them.
Also kill all entities before placing the structure.