Started by
flamearrows1
on
Topic category: Help with Minecraft modding (Java Edition)
My goal is to create a dash ability that propels the user forward in the direction they are facing while they are holding down a specific button, and after they release the button they stop dashing and fall back down and go onto cool down, any help would be appreciated!
First create a variable logic deafult is off
then a key bind that turns on the logic when pressed and off when key released
then you place this on when key is pressed: https://prnt.sc/LaEurl0v0JKr
my bad you don't need the logic variable, just place the procedure when key is pressed