How to make block portal teleport by RMB

Started by RedCorr on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make block portal teleport by RMB

I want to make NOT nether portal to other dimension, I want to make block that can be right mouse clicked, and then this block will teleport player to other dimension
And i want to make that the procedure will make messeges in chat and then the procedure will bring back player to the overworld.

Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'd imagine you could do…
Fri, 02/28/2020 - 16:51

I'd imagine you could do this sneakily by temporarily placing a portal block on the player so it teleports them, and then remove it. You could make the portal block invisible, so they have no idea.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nooo, I just need…
Fri, 02/28/2020 - 18:56

Nooo, I just need teleportation block that gonna be clicked by RMB for teleportation to other dimension, I really need only this.

 

Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
1. Make your dimension with…
Fri, 02/28/2020 - 21:13

1. Make your dimension with disabled portal
2. Make your block
3. Make procedure to be activated when Right clicked on block
4. In procedure, Make an entity swith dimension to your mod dimension

Rest is up to you

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unfortunately, i made that…
Sat, 02/29/2020 - 10:57

Unfortunately, i made that and when i want to test it, the game is freezing.
Not the actual game, the game that's running MCreator for mod test.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, can You show the…
Sat, 02/29/2020 - 10:59

Well, can You show the procedure then?
Maybe I made mistakes in the procedure.