Teleporting to a specific biome using procedures?

Started by NebuliteStudios on

Topic category: Help with modding (Java Edition)

Last seen on 10:34, 8. Jul 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Teleporting to a specific biome using procedures?

Hi, i've been trying to make a procedure where once i enter a dimension the player will  get teleported to the nearest custom biome. This is how it looks so far:




My issue is the fact that I could not find any way to actually teleport  the player to the biome. Any ideas?

Last seen on 12:03, 8. Jul 2024
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What about using the set x y…
Sun, 07/07/2024 - 21:07

What about using the set x y z of target block? Sorry if that wasn't what you are looking for.