Teleporting between dimensions

Started by Pinc Kactus on

Topic category: Help with modding (Java Edition)

Last seen on 00:04, 23. Jul 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Teleporting between dimensions

I'm trying to make an item that teleports you to a custom dimension if you're in the overworld, and back to the overworld if you're in the custom dimension. I can make it work in the overworld, but I don't know how to tell it to do something different when I'm in a custom dimension.

Last seen on 00:04, 23. Jul 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Got it, but how can I make…
Tue, 07/21/2020 - 05:02

Got it, but how can I make it so that it doesn't keep teleporting into the same dimension instead of only going to the dimension when I'm in the overworld and vice versa? I tried using an "if id of dimension entity is in is = (id)", but I don't know how to do this with a custom dimension without a numeric id.

Last seen on 14:24, 21. Feb 2022
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use the get id of dimension…
Tue, 07/21/2020 - 12:48

Use the get id of dimension procedure block