Dimension consisting on one structure

Started by 4HACker4 on

Topic category: Help with modding (Java Edition)

Last seen on 13:53, 17. Mar 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dimension consisting on one structure

I am trying to make a dimension that consists of a single structure at the portal when you spawn in, and I have a procedure to spawn in that structure when the player enters dimension (I am using global vars to make sure it can only spawn in once) however, it doesn't spawn and when I try to do it manually in-game with /place it says "Failed to place structure." How can I fix this?

Last seen on 13:53, 17. Mar 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, I got it working by…
Sat, 12/23/2023 - 20:49

Ok, I got it working by switching it to air instead of ground. However, it spawns a few blocks in front of the portal. Can i choose a certain place to spawn the portal?

Last seen on 00:21, 18. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can make an item that…
Sat, 12/23/2023 - 22:00

You can make an item that sends the player to the dimension, then teleport the player to the exact coordinates of the structure's entrance.

Last seen on 00:21, 18. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When the player enters the…
Sat, 12/23/2023 - 22:01

When the player enters the dimension, that is.

Last seen on 13:53, 17. Mar 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, but how do I find out…
Sun, 12/24/2023 - 08:56

Ok, but how do I find out the cords? I have it set up so it places the structure when you join the dimension for the first time, so the cords can vary. Is there a specific procedure commamd your talking about?