Is it possible to make a double jump for boots?

Started by littledude47 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jan 2016
Points:
800

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 29
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

Active 1 month ago
Joined Jun 2020
Points:
732

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 137
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.

Active 1 month ago
Joined Aug 2017
Points:
948

User statistics:

  • Modifications: 1
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 165
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.

Active 1 month ago
Joined May 2013
Points:
907

User statistics:

  • Modifications: 0
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 111
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.

 

 

Active 1 month ago
Joined May 2013
Points:
907

User statistics:

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

You can set this on the KeyBind.

Setup key (space bar)