How to make block portal teleport by RMB

Started by RedCorr on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Sep 2019
Points:
909

User statistics:

  • Modifications: 0
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 115
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.

Active 5 years ago
Joined Jul 2019
Points:
669

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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.

Active 3 years ago
Joined Sep 2019
Points:
909

User statistics:

  • Modifications: 0
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 115
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.

 

Active 20 hours ago
Joined Apr 2014
Points:
1227

User statistics:

  • Modifications: 2
  • Forum topics: 27
  • Wiki pages: 1
  • MCreator plugins: 0
  • Comments: 660
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

Active 3 years ago
Joined Sep 2019
Points:
909

User statistics:

  • Modifications: 0
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 115
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.

Active 3 years ago
Joined Sep 2019
Points:
909

User statistics:

  • Modifications: 0
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 115
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.