An updated build of StepUp for modern and legacy Minecraft versions on Fabric, with current work also covering Forge 26.1.
StepUp increases the player's step height so you can walk up blocks smoothly instead of jumping into them. At first glance it can feel similar to vanilla auto-jump, but the movement is more direct, more precise, and avoids the constant repeated jumping behavior.
This makes the mod especially useful for normal traversal, bases, caves, hills, stairs, uneven terrain, and any situation where vanilla auto-jump feels intrusive or slow.
In practice, StepUp changes how movement feels when you approach a block that would normally require a jump. Instead of repeatedly hopping over terrain, the mod raises the player's step height and lets the character walk over the edge in a more continuous way.
Vanilla auto-jump can be useful, but many players dislike it because it:
StepUp keeps the useful part, walking over obstacles, without inheriting those downsides.
The mod supports three movement modes:
StepUpDisabledVanilla Auto JumpBy default, the mod adds two keybinds:
J switches the active movement mode.K toggles whether Vanilla Auto Jump is included in the J cycle.When the vanilla mode toggle is disabled, J only switches between:
StepUpDisabledThe keybinds can be changed in Minecraft's Controls menu, and the mod uses its own StepUp keybind category on supported versions.
StepUp stores its settings in:
config/stepup.json
The configuration is saved per server. That means:
StepUp,Disabled,Vanilla Auto Jump.The config also stores whether the vanilla auto-jump mode should be available in the J toggle cycle.
If Mod Menu and Cloth Config are installed, this setting can be changed in-game. They are optional dependencies, not required ones.
Current builds in this project cover:
1.14 through 1.14.41.15 through 1.15.21.16 through 1.16.51.17 through 1.17.11.18 through 1.18.21.19 through 1.19.41.20 through 1.20.61.21 through 1.21.1126.126.1Requirements depend on the target file/version, but in general you will need:
Mod Menu and Cloth Config are optional.
mods folder.Because the mod is client-side, it does not require a server-side installation for normal use.
Full credit for the original public StepUp mod release and maintenance goes to Giselbaer.
This fork exists to keep the mod usable on newer and older supported Fabric versions, while also maintaining current compatibility work for Forge 26.1.
The upstream history of the project also includes earlier StepUp/StepUpNext work reflected in the archived repository and license notices. This fork keeps that lineage intact while updating compatibility for current targets.
This fork continues to respect the upstream project's MIT license.