Structure Spawn

Started by souled on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Jun 2022
Points:
433

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
Structure Spawn

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)"

Active 3 months ago
Joined Sep 2020
Points:
731

User statistics:

  • Modifications: 1
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 83
You need player position…
Sat, 06/04/2022 - 19:58

You need player position reference. In this one, you need to change the Y value (How much higher than player).
img

Active 3 years ago
Joined Jun 2022
Points:
433

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
the structure now spawns a…
Sat, 06/04/2022 - 20:09

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?

 

Active 3 months ago
Joined Sep 2020
Points:
731

User statistics:

  • Modifications: 1
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 83
Depends on how you saved the…
Sat, 06/04/2022 - 23:00

Depends on how you saved the structure, start position and end position matter.

Active 3 years ago
Joined Jun 2022
Points:
433

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
I followed a tutorial and…
Sat, 06/04/2022 - 23:57

I followed a tutorial and did it perfectly before i saved it