HomeJavaModsSprintum (MC-152728 revert)
Sprintum (MC-152728 revert)
ModsJava

Sprintum (MC-152728 revert)

by Riflusso · on Modrinth

⬇ Download on Modrinth
Sprintum (MC-152728 revert) — screenshot 1

Sprintum

UPDATE 22.01.2025

Mojang has OFFICIALLY reverted this bug, so this mod will make Minecraft 1.21.4 work as it intended.

github fabric neoforge

Sprintum is a Minecraft mod designed to revert a specific behavior fix [MC-152728] related to sprinting while performing certain actions, most notably when flying with Elytra. This mod ensures that players can continue sprinting under circumstances where the game would normally force them to stop. Importantly, Sprintum is not a cheat—it simply disables a client-side check without affecting server-side mechanics, making it a lightweight mod for players who prefer the original behavior.

Key Features

Why Sprintum?

In vanilla Minecraft, after the fix, certain actions such as flying with Elytra, blocking with a shield, or shooting a bow would stop the player from sprinting, even if they were already sprinting beforehand. This fix was intended to ensure the player is slowed down when performing specific actions. However, many players, especially those using Elytra for fast travel, found this change frustrating.

Sprintum modifies the following logic in LocalPlayer.java:

public class LocalPlayer extends AbstractClientPlayer {
   ...
   public void aiStep() {
      ...
      if (this.shouldStopSprinting()) {
         this.setSprinting(false);
      }
      ...
   }
}

By making shouldStopSprinting() always return false, Sprintum allows players to continue sprinting even when performing actions that would normally slow them down.

A Balanced Mod

Sprintum is not a cheat or exploit. It only removes an unnecessary client-side restriction that prevents sprinting during certain actions. It does not alter the game’s server-side functionality or bypass any server-enforced rules. The server still controls whether a player is moving too fast, so Sprintum doesn’t give players an unfair speed boost or other advantages in multiplayer environments.

Affected Actions

Sprintum reverts the behavior specifically for actions that would normally stop sprinting:

With Sprintum, players can retain sprinting speed during these actions, especially while flying with Elytra, where maintaining speed is most noticeable and beneficial.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more