Question about portals

Started by Puglord123 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Question about portals

So I am working on a mod that adds stuff from the game "Portal" and "Portal 2" and I was wondering if there is any way to make the portals work.

I want to make it so that when you touch one block (let's say a blue portal) you get teleported to another block (let's say an orange portal).

I am just wondering if this is possible, you don't need to tell me how to make this work.

Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why do i bother anymore with…
Sat, 07/08/2023 - 18:40

Why do i bother anymore with this, no one ever responds to these

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think that what you are…
Sat, 07/08/2023 - 21:43

I think that what you are describing is possible with mcreator using global variables

 

Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is almost certainly…
Sat, 07/08/2023 - 22:28

This is almost certainly possible. You'd have to remember to change the player's velocity as well.

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
its possible but complicated
Sun, 07/09/2023 - 03:08

its possible but complicated

Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
right, i now have the…
Sun, 07/09/2023 - 08:10

right, i now have the confirmation that it is possible. now i need to figure out how to make it work...