can someone explain me how i in mcreator if i right click an item it teleoprts the player 5 blocks forward

Started by Carlo on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jul 2023
Points:
204

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
can someone explain me how i in mcreator if i right click an item it teleoprts the player 5 blocks forward

can someone explain me how i in mcreator if i right click an item it teleoprts the player 5 blocks forward

Active 2 months ago
Joined Jan 2023
Points:
452

User statistics:

  • Modifications: 0
  • Forum topics: 30
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 43
go to the item's triggers…
Thu, 07/27/2023 - 03:50

go to the item's triggers section, go to trigger "when item is right clicked", make a procedure and attach it. in the procedure, put down "set location of event/target entity" and this is where it gets complex. you have to figure out how to count if the player is facing x, z, -x, or -z. You're on your own!