I need help making a teleporting item

Started by bird 400 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help making a teleporting item

How can I make an item, similar to chorus fruit, that teleports you to a random location within a certain radius?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tp player to x+rand y z+rand…
Fri, 10/10/2025 - 20:24

Tp player to x+rand y z+rand, you can do a check before at x+rand y z+rand = air, if not try y+1 and so on then tp to that x y z values

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Which procedure block would…
Sat, 10/11/2025 - 18:06

Which procedure block would I use to teleport the player?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Set location of event/target…
Sat, 10/11/2025 - 21:05

Set location of event/target entity to x y z