MinecartMaxSpeed Attribute
This mod adds the max_speed attribute, which serves as an attribute-based equivalent of the minecartMaxSpeed game rule, but applies to individual minecarts. Instead of setting a universal speed limit for all minecarts on the server, you can configure the maximum speed for each specific minecart.
Required Components
To use this mod, you'll need:
- Minecraft (game)
- Fabric Loader (loader)
- Minecart Improvements (data pack)
Main Attribute
minecart-max-speed:max_speed - determines the maximum speed that a specific minecart can reach. Unlike the game rule that sets a general limit for all minecarts, this attribute allows individual configuration for each transportation unit.
- Default value:
8 - Range: from
1to1000
Applies to the following minecart types:
Regular minecart
Minecart with chest
Minecart with command block
Minecart with furnace
Minecart with hopper
Minecart with monster spawner
Minecart with TNT
All listed minecart types have a base speed of 8.
Additional Information
The mod file name contains information about the mod name, loader, and version in the format:
(mod name)-(loader)-(mod version)+mc(Minecraft version).jar
For example: FabricModTemplate-fabric-1.0+mc1.21.jar