Adds the ability to double+ jump in Minetest!
This can ultimately improve your experience in a few ways. Here are some:
- Exploring: This will make it easier to reach areas with a double jump.
- Parkour: Level your parkour skills and play on extreme parkour maps!
- PvP: Dodge your enemies' attacks and have intense battles.
In order to perform the extra jump, the player must have the double_jump
privilege.
Here's a video showcasing the mod in action.
These settings can be customized by modifying minetest.conf
or directly in the Minetest settings.
double_jump.max_jump
: The maximum number of extra jumps. This does NOT count the builtin jump. Default is1
.double_jump.infinite_jumps
: Whether to have infinite jumps or not. Disabled (false
) by default.double_jump.max_height
: Maximum height gained on each jump. Default ismovement_speed_jump
(or6.5
).
-
Unzip the archive, rename the folder to
double_jump
and place it in..minetest/mods/
-
GNU/Linux: If you use a system-wide installation place it in
~/.minetest/mods/
. -
If you only want this to be used in a single world, place the folder in
..worldmods/
in your world directory.
For further information or help, see:
https://wiki.minetest.net/Installing_Mods
See LICENSE.txt
for full license information and AUTHORS.md
for all the contributors.