Started by
4HACker4
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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?
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.
When the player enters the dimension, that is.
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?