I am trying to make a self-launching item.

Started by DBouss on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Mar 2022
Points:
451

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
I am trying to make a self-launching item.

I am making an item that when you right click in a direction, it launches you in that direction. So far I have the up direction, if there is a better way to do this please tell me, because my method isn't working. here is a screen shot of my code.

Active 2 years ago
Joined Mar 2021
Points:
685

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 190
get the look angle value for…
Fri, 05/13/2022 - 23:22

get the look angle value for X, Y, Z then input those values into a multiplication Statement with any number you want then input the separate values in a override motion vector statement.