MinecartMaxSpeed Attribute

Apply minecartMaxSpeed attribute to individual minecart to change its max speed

739

Quick challenge

How far can you run before the mobs catch you?

MinecartMaxSpeed Attribute

MinecartMaxSpeed Attribute

Client or Server


Add `max_speed`, the attribute version of `minecartMaxSpeed` gamerule, to the entire minecart typed entities.

Requirements

* Minecraft (Game) * Fabric Loader (Loader) * Minecart Improvements (Data Pack)

Attributes

* `minecart-max-speed:max_speed` - The maximum speed a minecart may reach. If the gamerule allows to control the default base value of an entire minecart entity, this attribute allows to control the values for individual minecart entities. * Default: `8`, Range: `1` ~ `1000` * Applies to: * Minecart * Minecart with Chest * Minecart with Command Block * Minecart with Furnace * Minecart with Hopper * Minecart with Monster Spawner
* Minecart with TNT * The base value of each entity is `8`

Notes

* The mod file name indicates the mod name, loader and version: * `(mod name)-(mod loader)-(mod version)+mc(built minecraft version).jar` * For example: `FabricModTemplate-fabric-1.0+mc1.21.jar`

ADS