how do i make a portal if you go to the void.

Started by Ello.-'_@ on

Topic category: Help with modding (Java Edition)

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make a portal if you go to the void.

How do i make it so if you enter the void then you enter a dimension?

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok thanks!
Sat, 11/07/2020 - 15:19

ok thanks!

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok how do i change the x y z…
Sat, 11/07/2020 - 18:53

ok how do i change the x y z? right now its just X Y Z? idk how to change the blocks

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah i tried and it didnt…
Sat, 11/07/2020 - 19:11

Yeah i tried and it didnt work, please help. :|

Last seen on 17:20, 17. Mar 2024
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you want to teleport a…
Sat, 11/07/2020 - 21:58

If you want to teleport a player to a certain coordinates, you replace the x, y, z blocks with a number, or an equation.

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i dont want to teleport the…
Sun, 11/08/2020 - 13:08

i dont want to teleport the player to a certain coordinate. i want to make the player teleport when they are in the void.

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok so here is what i got for…
Tue, 11/10/2020 - 17:19

Ok so here is what i got for the procedure

"EventTrigger (No Trigger)

If entity exist at 0 -3 0 in a square cube of 5 of type: Entity:Player

Do: Switch dimension of event target entity to: Custom:TheVoid"

 

that didn't work, what do i do?

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, that was in block form…
Tue, 11/17/2020 - 13:10

Also, that was in block form not acual code

Last seen on 16:26, 22. Feb 2022
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's because you have to set…
Mon, 11/23/2020 - 23:09

It's because you have to set it so that the Event Trigger is OnPlayerTickUpdate

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh ok, thanks! i hope that…
Tue, 11/24/2020 - 01:44

oh ok, thanks! i hope that helps.

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok then it says, "External…
Tue, 11/24/2020 - 13:30

ok then it says, "External Trigger You Provided Does Not Provide All The Dependencies Your Procedure Requires"

Last seen on 16:26, 22. Feb 2022
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"EventTrigger …
Wed, 12/09/2020 - 18:46

"EventTrigger (OnPlayerTickUpdate)

Variable Entity Pos: get xyz

If Entity Pos = x -3 z

Do: Switch dimension of event target entity to: Custom:TheVoid"

 

(I don't have access to MCreator rn so i'm not 100% sure this will work, you need a way to store where the player is, without exceeding the procedure limits

Last seen on 23:15, 7. Jan 2023
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ohk thanks!
Tue, 12/29/2020 - 02:02

ohk thanks!