HomeJavaModsFast Player Minecarts
Fast Player Minecarts

Fast Player Minecarts

Minecarts go faster while a player is riding them. Nothing else about minecarts changes.

Vanilla caps every minecart at 8 blocks per second, which makes rails a poor way to get anywhere. This mod raises that limit for the cart you are actually sitting in, and leaves every other cart alone so your farms and item transport keep the timing you built them around.

What is affected

Cart Behaviour
Minecart with a player inside Faster, 3x by default, so about 24 blocks per second
Empty minecart Vanilla
Minecart with a mob inside Vanilla
Chest, hopper, furnace, TNT, spawner and command block minecarts Vanilla

Hopper and chest carts are never touched. The mod only picks up a plain minecart that has a player as its passenger, and the other cart types are separate classes that can never match that check.

How it works

Instead of raising the speed limit, which makes carts skip rail blocks and fly off corners, the mod runs the cart's movement several times per game tick. Every one of those steps is a normal vanilla step, so rails, curves, slopes, detector rails, activator rails, friction and powered rail boosts all behave exactly as they always did. Your existing tracks and booster spacing keep working. The cart just covers the same ground faster.

That also means a boosted cart still trips detector rails it passes over, and an activator rail still ejects you.

Commands

Operators only, at gamemaster level. Changes apply immediately with no restart and no relog.

The value is saved to config/fastcarts/settings.json and survives restarts. You can also edit that file by hand while the server is stopped.

Installation

Server side only. Put the jar in your server's mods folder along with Fabric API. Players joining with a plain vanilla client get the faster carts too, since nothing is needed on their end. It also works in single player and on LAN worlds.

Things worth knowing

Source

Source code and an automated test suite that measures real cart speeds are at github.com/DeeKahy/fastcarts. Released under CC0, so do what you like with it.

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