HomeJavaModsMinecart Slash Speed
Minecart Slash Speed
ModsJava

Minecart Slash Speed

by Lawson_Hui · on Modrinth

Created for the speed of every Minecart! Different speed settings from the original version! Pure server-side mod.

⬇ Download on Modrinth

Minecart Speed

A server-side Fabric/Forge/NeoForge mod for Minecraft 26.2 that allows per-minecart speed control via commands. Set different speeds for individual minecarts instead of a global speed!

Features

Installation

Download the JAR for your mod loader:

Mod Loader JAR File
Fabric minecart_speed-fabric-1.0.0.jar
Forge minecart_speed-forge-1.0.0.jar
NeoForge minecart_speed-neoforge-1.0.0.jar

Place the JAR file in your server's mods/ folder and start the server.

Note: This mod only needs to be installed on the server. Clients connecting to the server do not need to install anything.

Commands

All commands require OP level 2 (admin) permission.

Set Speed

/minecartspeed set <targets> <speed>

Set the maximum speed for one or more minecarts.

Examples:

# Set the nearest minecart to 20 blocks/s (2.5x vanilla speed)
/minecartspeed set @e[type=minecraft:minecart,limit=1,sort=nearest] 20

# Set all minecarts within 10 blocks to 50 blocks/s
/minecartspeed set @e[type=minecraft:minecart,distance=..10] 50

# Set a specific minecart by tag
/minecartspeed set @e[type=minecraft:minecart,tag=express] 100

Get Speed

/minecartspeed get <targets>

Query the current custom speed of one or more minecarts.

Example:

/minecartspeed get @e[type=minecraft:minecart,limit=1,sort=nearest]

Output: Minecart [a1b2c3d4] custom speed: 20.00 blocks/s (1.0000 blocks/tick)

Remove Custom Speed

/minecartspeed remove <targets>

Remove custom speed and revert to vanilla speed (8 blocks/s).

Example:

/minecartspeed remove @e[type=minecraft:minecart,limit=1,sort=nearest]

Speed Reference

Blocks/s Description
8.0 Vanilla default
16.0 2x speed
32.0 4x speed
64.0 8x speed
100.0 12.5x speed (very fast!)

Supported Minecart Types

This mod works with all vanilla minecart types:

Building from Source

Each platform has its own directory with its own build system:

# Fabric
cd fabric && ./gradlew build

# Forge
cd forge && ./gradlew build

# NeoForge
cd neoforge && ./gradlew build

The compiled JAR will be in build/libs/ under each platform directory.

Technical Details

License

MIT

Verified by MCModsHub

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

Explore more