Smooth Minecarts

Minecarts can smoothly turn gradual curves & slopes!

File Details

Smooth Minecarts 0.2.0 [1.21.2 - 1.21.8]

  • B
  • Oct 13, 2025
  • 22.09 KB
  • 562
  • 1.21.8+6
  • Fabric

File Name

smooth-minecarts-0.2.0+1.21.2.jar

Supported Versions

  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:smooth-minecarts-1334478:7104688"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Reduced the default smoothing factor.

Added new gamerules to change the smoothing factor:

smoothMinecartsSamplingDistance

  • Default value: 6
  • Recommended value: 6 ~ 30
  • Minimum value: 0

The mod samples a set number of rails ahead of the minecart, and averages its distance to each rail. This gamerule modifies the number of blocks to sample. You should change this according to how tight your curved track layout is.

smoothMinecartsStraightnessPrecheckDistance

  • Default value: 3
  • Recommended value: smoothMinecartsSamplingDistance / 2
  • Minimum value: 0

The mod corrects the direction if it thinks the minecart will derail. This gamerule modifies how many blocks ahead are checked for derailment prevention.