How to make portal face down(like end portal)

Started by idonethisbefore on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make portal face down(like end portal)

How do you make portals face down like ender portals?

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would have to create a…
Sat, 09/23/2023 - 00:38

You would have to create a custom procedure to do this. First, remove the nether-type portal in your dimension element (there should be a check box for no portal)

 

Next, you would need to create your portal frame block & procedure. The procedure would have to check for the portal shape (which can become a bit complex, checking for every possible shape). You will then have to create an "igniter" (like flint and steel) so that you can light up your portal. Then set up a portal block. Make it so you can walk through it, and so it is unbreakable. Then set up a "when entity collides in block" trigger, and make a procedure that transfers you to your desired dimension.

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok  thanks I'll try that
Sun, 09/24/2023 - 20:27

Ok  thanks I'll try that

Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you make the portal…
Sat, 10/14/2023 - 10:41

How do you make the portal block teleport you to the other dimension?