Changing between dimensions BUG

Started by Cedric Azevedo on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Sep 2020
Points:
659

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 42
Changing between dimensions BUG

Hello everyone, I was developing an item to store in your NBT data the numerical ID of the current dimension to teleport the player there later, but no matter what I do, the player is always sent to Overworld. Does anyone know about this?

Active 1 day ago
Joined Nov 2019
Points:
885

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 339
did you change the switch…
Thu, 10/01/2020 - 23:46

did you change the switch dimension to something other then surface / overworld?

Active 2 years ago
Joined Sep 2020
Points:
659

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 42
yes.
Sun, 10/04/2020 - 16:44

yes.

Active 2 years ago
Joined Sep 2020
Points:
659

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 42
I specified each dimension…
Sun, 10/04/2020 - 16:47

I specified each dimension. If the saved dimension id = 0, overworld, if = 1, end, if = -1, nether.
But when I want to teleport the player to the saved dimension, he will always go to the overworld.

Active 1 day ago
Joined Nov 2019
Points:
885

User statistics:

  • Modifications: 0
  • Forum topics: 13
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 339
thats just like a teleporter…
Mon, 10/05/2020 - 15:49

thats just like a teleporter but with dimensions, so if your using blocks expect it to be a lot LOT of blocks 

Active 2 years ago
Joined Sep 2020
Points:
659

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 42
I didn't understand what you…
Thu, 10/08/2020 - 17:40

I didn't understand what you meant, but regardless of the destination's coordinates, I just want the player to go to the correct dimension.