This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Quote from senpaisubaraki you can make it so when the player isJumping, he jumps again. so if you press spacebar, he'll gain constant altitude. only problem is, when you land back, you will take falldamage, so you might want to toggle falldamage too
if (player.isAirBorne) { }
The following is true, the former is false.
Quote from LaDestitute Something like this? Not sure, still have to look into, but it's close, I think. if (player.isAirBorne) { }
Quote from _TheCreator_ Thanks, at least its something, please let me know if you can figure it out
Can you please post the code for what you said?
(I know how to do the fall damage thing}
The following is true, the former is false.
Thanks, at least its something, please let me know if you can figure it out
I will try to later, busy debugging an issue in my own mod.
The following is true, the former is false.