Detect dimension currently in and teleport to different dimension

Started by mrshango46 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Detect dimension currently in and teleport to different dimension

I am trying to make an item that when right clicked on air detects what dimension I am in and if it is the right dimension, it will teleport me to my custom dimension. This is what I have tried and so far nothing...

 

Not working

I want it so it will teleport me to the overworld when I am in my custom dimension. Any ideas how to do this?

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Wed, 05/19/2021 - 13:50

:)

Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Wed, 05/19/2021 - 13:50

:|

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When I try the first one,…
Wed, 05/19/2021 - 15:13

When I try the first one, nothing happens. When I try the second one, it won't let me use it and tells me the mod is broken.

Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think it is actually a…
Wed, 05/19/2021 - 15:57

I think it is actually a problem with the "execute command/" element... It should tp me to ~~~, but instead does nothing. I have tried using other commands (/tp 0 0 0) and nothing happens... Any other ways to run commands in a procedure?