You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2024. It is now read-only.
* Fixed linker not dropping when a minecart is destroyed.
4
-
* Fixed minecarts only dropping chains after unlinking due to large distances.
5
-
* Fixed a bug that allowed parent and child minecars to be double-linked.
6
-
* Fixed `getOtherEntities` in `adjustMovementForCollisions` being called for every entity instead of just minecarts.
7
-
* Every method in the `LinkableMinecart` interface is now `default`.
8
-
*`linkart$getLinkItem` should no longer return `null`.
9
-
* Added an experimental option to change distance between carts. `distance` in the config.
3
+
* Cherry-picked a fix from [GeeTransit's](https://github.com/GeeTransit/Linkart/tree/audaki-compat) fork for child minecarts falling behind and unlinking when using mods that boost minecarts. ([This does not affect audaki](https://github.com/melontini/Linkart/issues/21) or other mods that replace mincart physics)
0 commit comments