I am trying to make a self-launching item.

Started by DBouss on

Topic category: Help with modding (Java Edition)

Last seen on 02:26, 31. May 2022
Joined Mar 2022
Points:

User statistics:

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

Last seen on 13:58, 21. Jan 2023
Joined Mar 2021
Points:

User statistics:

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