Sprintum (MC-152728 revert)

⭐ — (10 endorsements) 📥 2,491 downloads 📌 v0.1.0+1.21.4 📅 1/15/2025
🟠 Updated over a year ago

By Riflusso · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 1/13/2025 📅 Created: 1/15/2025
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.4% endorsement rate
  • 🏆 #438 of 945 fabric mods in this game by downloads

📋 About This Mod

# Sprintum ### UPDATE 22.01.2025 _Mojang has **OFFICIALLY** (https://www.minecraft.net/en-us/article/minecraft-snapshot-25w04a) this bug, so this mod will make Minecraft 1.21.4 work as it intended._ <img align="right" height="256" width="256" src="https://raw.githubusercontent.com/Riflusso/Sprintum/refs/heads/1.21.4/common/src/main/resources/assets/sprintum/icon.png" /> <div> <a href="https://github.com/Riflusso/Sprintum/"> <img alt="github" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/github_vector.svg" /> </a> <a href="https://modrinth.com/mod/sprintum/versions?l=fabric"> <img alt="fabric" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg" /> </a> <a href="https://modrinth.com/mod/sprintum/versions?l=neoforge"> <img alt="neoforge" height="56" src="https://cdn.jsdelivr.net/gh/Hyperbole-Devs/vectors@neoforge_badges/assets/cozy/supported/neoforge_vector.svg" /> </a> </div> <br /> **Sprintum** is a Minecraft mod designed to revert a specific behavior fix ](https://bugs.mojang.com/browse/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 - **Reverts a fix from Minecraft**: Sprintum restores the original behavior where players could continue sprinting even when performing actions that typically slow them down. - **Fly Faster with Elytra**: The mod is particularly useful for Elytra users, as it allows players to maintain sprint while flying, resulting in smoother and faster travel. - **No Server-Side Impact**: Sprintum only changes client-side logic (the `shouldStopSprinting` check), meaning it doesn’t interfere with server-side movement checks or introduce any unfair advantages. - **Lightweight and Simple**: The mod makes a minimal modification to the game’s code, ensuring compatibility with other mods and Minecraft versions without altering any core mechanics. ## 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`: ```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: - Sneaking - Crawling - Eating or drinking - Using a spyglass - Blocking with a shield - Charging a bow or crossbow - Preparing to throw a trident - Using a goat horn - **Flying with Elytra** With Sprintum, players can retain sprinting speed during these actions, especially while flying with Elytra, where maintaining speed is most noticeable and beneficial.

### UPDATE 22. 01. 2025

_Mojang has OFFICIALLY (https://www.minecraft.net/en-us/article/minecraft-snapshot-25w04a) this bug, so this mod will make Minecraft 1. 21. 4 work as it intended._

Sprintum is a Minecraft mod designed to revert a specific behavior fix [](https://bugs.mojang.com/browse/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

  • Reverts a fix from Minecraft: Sprintum restores the original behavior where players could continue sprinting even when performing actions that typically slow them down.
  • Fly Faster with Elytra: The mod is particularly useful for Elytra users, as it allows players to maintain sprint while flying, resulting in smoother and faster travel.
  • No Server-Side Impact: Sprintum only changes client-side logic (the `shouldStopSprinting` check), meaning it doesn’t interfere with server-side movement checks or introduce any unfair advantages.
  • Lightweight and Simple: The mod makes a minimal modification to the game’s code, ensuring compatibility with other mods and Minecraft versions without altering any core mechanics.

## 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`:

```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:

  • Sneaking
  • Crawling
  • Eating or drinking
  • Using a spyglass
  • Blocking with a shield
  • Charging a bow or crossbow
  • Preparing to throw a trident
  • Using a goat horn
  • Flying with Elytra

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

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Riflusso
Version
0.1.0+1.21.4
Downloads
2,491
Endorsements
10
Category
fabric
Created
1/15/2025
Updated
1/13/2025
Game Versions
1.21.4
Tags
game-mechanics, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Sprintum (MC-152728 revert) support?

The author lists 1.21.4. Other versions may work but are untested by the author.

What is the latest version of Sprintum (MC-152728 revert)?

Version 0.1.0+1.21.4, published 2025-01-13 with 2,491 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Riflusso 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods