Posted July 29, 201411 yr I created a fully working dimension, and can go through my portal to my dimension just fine. This is great, except when I have to go back to the overworld. When I head back through my portal, I spawn inside blocks, underground, and with no air... Any help? Anything stand out or any easy fixes?
July 30, 201411 yr I think the ground in your dimension is lower than the ground in the overworld. Maybe you can fix this by making the teleport coordinates above the y70 or a check that let players only spawn in air. But I am not sure because I have never added a dimension.
July 30, 201411 yr Author Ill try this, but shouldnt I spawn in the portal like the nether or end portals
July 30, 201411 yr The Teleporter class has a method that places a player in a portal, placePlayerInExistingPortal(), I believe. In that method, you can change where the player should spawn. I don't fully understand the Teleporter class, but I worked around it by storing the player's position as an extended property and returning the player to that position when he returns to the overworld. (Though setting up extended properties is a bit cumbersome is you don't already have something set up.) GitHub|Recipe API Proposal
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.