Started by
souled
on
Topic category: Help with Minecraft modding (Java Edition)
I made an item and it is supposed to spawn a structure ontop of you. When I use it, the structure doesnt spawn on the player but it spawns further away. I am using the procedure block that says, "Place at x:( x )y:( y )z:( z ) with rotation (none): mirror: (none) structure: (structurename)"
You need player position reference. In this one, you need to change the Y value (How much higher than player).
the structure now spawns a block behind/in front (depending on where you look) of the player. I am trying to get the player to be inside of it. Do you know how to fix this?
Depends on how you saved the structure, start position and end position matter.
I followed a tutorial and did it perfectly before i saved it