Skip to content

Panquesito7/minetest-precise_jump

Precise Jump

luacheck ContentDB

Calculates jump time and adjusts the jump height of the player for a more realistic feel.
This is something that's being used in a lot of platformer games. Very useful in:

  • Advanced parkours.
  • The full jump isn't required in various cases.
  • Very specific cases, such as PvE and PvP.

In order to perform this, the player must have the precise_jump privilege.

Screenshot

Here's a video showcasing the mod in action.

Precise Jump showcase

To-do

  • Make it a smoother feeling when jumping.
  • Adjust the velocity values.
  • Make sure the mod doesn't conflict with the Double Jump, Wall Jump, and other physics mods.

Installation

  • Unzip the archive, rename the folder to precise_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

License

See LICENSE.txt for full license information and AUTHORS.md for all the contributors.