Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Releases: constellation-mc/Linkart

5.4.5 (1.20.6)

22 Jun 17:35

Choose a tag to compare

What's New

  • Fixed startup crash and default linkers in 1.21.

5.4.4 (1.20.6)

31 May 16:02

Choose a tag to compare

What's New

  • Updated Dark Matter.

v5.4.4-1.20.2-build.133

12 Apr 12:52

Choose a tag to compare

What's New

  • Updated Dark Matter.

5.4.3 (1.19.2-1.20.4)

15 Mar 17:41

Choose a tag to compare

What's New

  • Child carts now inherit the max speed of the leading cart.

5.4.2 (1.19.2-1.20.4)

02 Mar 18:21

Choose a tag to compare

What's New

  • Fixed multiple null pointers.
  • Fixed a bunch of linking issues:
    • You can no longer link the leading cart to the tail cart making the train immovable.
    • Fixed ghost relinking which permanently consumed chains.
    • You can no longer link removed minecarts.
    • Fixed a possible memory leak.
    • In general, linking should be way more stable now.

5.4.1 (1.19.2-1.20.4)

06 Feb 11:56

Choose a tag to compare

What's New

  • Cherry-picked a fix from GeeTransit's fork for child minecarts falling behind and unlinking when using mods that boost minecarts. (This does not affect audaki or other mods that replace mincart physics)
  • Fixed some other minor issues.
  • Dark Matter is now included.

5.4.0 (1.19.2-1.20.4)

02 Feb 17:54

Choose a tag to compare

What's New

  • Fixed linker not dropping when a minecart is destroyed.
  • Fixed minecarts only dropping chains after unlinking due to large distances.
  • Fixed a bug that allowed parent and child minecars to be double-linked.
  • Fixed getOtherEntities in adjustMovementForCollisions being called for every entity instead of just minecarts.
  • Every method in the LinkableMinecart interface is now default.
  • linkart$getLinkItem should no longer return null.
  • Added an experimental option to change distance between carts. distance in the config.

5.3.0 [1.19.2-1.20.2]

20 Oct 09:31

Choose a tag to compare

What's New

  • Smoother deceleration in proximity. (By GeeTransit)
  • Fix velocityMultiplier not being applied. (By GeeTransit)
  • Carts will now stop when the link is broken. (By GeeTransit)
  • Ensure train carts don't reverse on sharp curves. (By GeeTransit)
  • Updated to 1.20.2.
  • Updated icon and contributors.
  • Loader version is now enforced.
  • Some other minor improvements.

5.2.0 (1.19.3-1.20.1)

12 Aug 06:20

Choose a tag to compare

What's New

  • Cart speed is no longer normalized. (carts can go >1 bps)
  • Carts will now be slower when in proximity.
  • Moved LinkableMinecart interface to api package.

5.2.0 (1.19.2)

12 Aug 06:15

Choose a tag to compare

What's New

  • Cart speed is no longer normalized. (carts can go >1 bps)
  • Carts will now be slower when in proximity.
  • Moved LinkableMinecart interface to api package.