Skip to content

Mended Minecarts 1.0.3 for 1.19.2

Compare
Choose a tag to compare
@2No2Name 2No2Name released this 01 Sep 22:13
· 20 commits to dev since this release

This release adds a setting for the binary position display (precise double coordinates). The release is made for 1.19.2 but it doesn't prevent you from trying to run it with other 1.19 versions (no guarantee that it works).
Mended Minecarts by Inspector Talon and 2No2Name fixes the annoying parts of minecarts and allows displaying useful information about them. Furthermore changing the speed limit of minecarts is possible.

Features:

/mendedminecarts setting value

Available settings:

  • AccurateClientMinecarts: Simulate Minecarts on the client like on the server
  • NoClientCartInterpolation: Avoid vanilla's clientside minecart position smoothing
  • AlwaysSyncCartPosition: Server always sends the cart position to the client for accuracy
  • CartSpeed: Customizable minecart speed limit
  • DerailingCartFix: Minecarts do not derail
  • RotateCartToRail: Rotates minecarts to avoid carts on neighboring straight rails pushing each other
  • DisplayCartData:
    • BinaryPosition
    • Position
    • Velocity (vector)
    • Speed (absolute value)
    • FillLevel (storage carts only)
    • OnGround
    • InWater
    • SlowdownRate (on rail)
    • EstimatedDistance (on rail)
    • BoundingBox
    • HopperLocked (hopper carts only)
    • HopperExtractBlock, HopperExtractVolume, HopperPickupVolume (hopper carts only)
    • Wobble
    • DataPrecision (number of floating point digits in the display)

Additions

  • new: display position in binary