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

Commit 16739f5

Browse files
committed
CHANGELOG.md and bump version
1 parent 1d7e614 commit 16739f5

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
### What's New
22

3-
* 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)
4+
* Fixed some other minor issues.
5+
* Dark Matter is now included.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ minecraft_version=1.20.2
66
yarn_mappings=1.20.2+build.4
77
loader_version=0.15.3
88
# Mod Properties
9-
mod_version=5.4.0-1.20.2
9+
mod_version=5.4.1-1.20.2
1010
maven_group=com.github.vini2003.linkart
1111
archives_base_name=linkart
1212
# Dependencies

0 commit comments

Comments
 (0)