作者:rebot | 分类:模组
Minecraft 版本: 26.1.2
平台: fabric
标签: game-mechanics technology transportation
Express Carts is a serverside Fabric mod for Minecraft which adds a new type of minecart with a faster speed,
improved behaviour, and new features.
It gives your players a better minecart experience without requiring clientside mods or breaking any technical builds.
It adds the "Express Minecart", which has a default maximum speed of 16 blocks per second (compared to the vanilla 8) and uses
the behaviours from Minecraft's Minecart Improvements experimental feature without requiring that feature to be enabled
for the world. The behaviour and speed of all vanilla minecarts is unaffected, allowing technical cartstone builds to
coexist with passenger rail networks that make use of faster Express Minecarts.
Install the Express Carts mod itself and ensure you also have Fabric API present.
The mod also depends on Polymer, MixinExtras, the Server Translations API, and BetterConfig, but these are bundled and need not be installed.
However, we highly recommend making Polymer's generated resource pack available to players,
such as by using Polymer's AutoHost module
which requires installing that mod separately.
An Express Minecart can be crafted using a normal minecart and a redstone torch.
The Express Minecart item will be seen by Vanilla players as a normal minecart item with an enchantment glint,
and players with the Polymer-generated resource pack will see a custom item texture.
Only a normal (passenger) minecart variant is available, not any of the other Vanilla minecart types.
It is used exactly like normal, it just has twice the maximum speed and substantially improved physics behaviours.
When placed in the world, an Express Minecart will appear as a minecart with a red carpet inside, to distinguish it from a normal minecart.
If the configuration option brakingEnabled is true (the default), a player can hold their backwards movement key
while inside an Express Minecart to slow the minecart down. The acceleration applied is configurable.
Express Carts can be configured by using the commands under /config expresscarts, or by editing config/expresscarts/config.json
while the server is stopped. The following configuration options are available:
maxMinecartSpeed (default 16): The maximum speed that can be reached by Express Minecarts, in blocks per second.waterSpeedMultiplier (default 0.5): The scaling factor applied to an Express Minecart's maximum speed when it is in water.brakingEnabled (default true): Whether players can hold the backwards movement key to brake.brakeSlowdown (default 0.8): Amount by which an Express Minecart's velocity is scaled each tick their passenger holds the brakes.fastUnpoweredSlowdown (default false): Stop faster on unpowered powered rails. May improve compatibility with builds such as minecart stations.loadChunks (default false): Load chunks around Express Minecarts, in the same way as ender pearls.fallDamageMultiplier (default 1.0): Fall damage multiplier for an Express Minecart's passengers.blockSpeedMultipliers: A map from block ids (e.g. minecraft:dirt) to multiplier values for the maximum cart speed if the rail is placed on that block.The latest version of Minecraft is the primary target for feature additions and bug fixes,
but the mod may simultaneously be maintained for older Minecraft versions at our discretion.
Please let us know if you would like a particular Minecraft version to be supported.
请登录后举报
暂无评论,抢个沙发吧~