Started by
TheDuckKnight_Mc
on
Topic category: Help with Minecraft modding (Java Edition)
Title says it all, I made a ranged item that when used, it sends the player in the direction they are looking. Only problem is, I don't know how to do that. Any of my attempts have ended in the game crashing because I'm that bad at modding. Any and all help is appreciated.
I used this to create an item that gives you a "dash" ability, however it doesn't move you up or down, only horizontally.
It works, but is there any way to make it go further?
I gured out how to move the player up
figured**
nevermind i did it
The image link got nuked it seems, can I also learn how is this possible
The image is still there...
Here is the link if you can't see the image: https://i.imgur.com/Ah2S1yI.png
Can you tell me how you did it?
I mean to make it go further.
Multiply everything in the x and z by some ammount, I recommend 3. Put the ENTIRE expression from x into multiplication, same for z.
Thanks a lot!
How do you exactly make it go further? I kinda dont uderstand what you meant on "Put the ENTIRE expression from x into multiplication, same for z."
How did you make it work up?