Started by
sparkx
on
Topic category: Help with Minecraft modding (Java Edition)
how can i make it that i can use jump and double jump in one keybind because right now it's annoying i can't make double jump cuz of that! i want to have jump and double jump in one keybind :(
You can create a custom keybind and just have it also bound to space, then when it is clicked, check if the player is not on the ground, then override their velocity upwards a little bit, as well as overriding their fall distance to 0 so they don't die upon touching the ground.