Is it possible to make a double jump for boots?

Started by littledude47 on

Topic category: Help with modding (Java Edition)

Last seen on 18:17, 27. Feb 2021
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to make a double jump for boots?

title explains it really, the only way I could think is by adding a movement vector for y but it needs an input for when you are in the air and pressed space bar

Last seen on 18:54, 23. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can check if the block…
Fri, 09/04/2020 - 06:08

You can check if the block below them is air, and you can also just create a new keybind for the space bar.

Last seen on 21:55, 16. Oct 2022
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Or make it make a "cloud"…
Sat, 09/05/2020 - 04:14

Or make it make a "cloud" block when you crouch and jump so you can jump again.

Last seen on 10:11, 29. Sep 2021
Joined May 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/ntowA9c …
Sat, 09/05/2020 - 11:28

https://imgur.com/ntowA9c

▲To set up event triggers.

 

The blocks that the player can pass must be -1 value.(air, grass, flowers...)

Set the Y-value of the block you can step on to -2 to prevent it from going up endlessly.

It's a considerable amount of work, but it's a sure way.

 

The rising value must be given 0.5. This is about 1 kan height of Minecraft block.

 

 

Last seen on 10:11, 29. Sep 2021
Joined May 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can set this on the…
Sat, 09/05/2020 - 11:30

You can set this on the KeyBind.

Setup key (space bar)