aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-10-30 16:17:38 -0630
committermat <git@matdoes.dev>2025-10-30 16:17:38 -0630
commit3f7b56f5f2c8bfe36aed31aa8383d5edcc7484bf (patch)
treea6de0d09775bdead324f5d62df3377bd182fd3e8
parent34c90883fe69654ec37dd8d9c7afa7d7524895ec (diff)
downloadazalea-drasl-3f7b56f5f2c8bfe36aed31aa8383d5edcc7484bf.tar.xz
accidentally edited the wrong part of the changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc21780d..b49fda01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,6 +28,7 @@ is breaking anyways, semantic versioning is not followed.
- The wrong path was temporarily executed if we received a `GotoEvent` while the path that's being executed was more than 50 nodes long.
- The pathfinder can now jump from dirt path and farmland blocks correctly.
- Don't panic when receiving an unexpected `PathFoundEvent`. (@Hiradpi)
+- Don't panic when the `LocalPlayerEvents` component is missing. (@suprohub)
- The pathfinder sometimes got stuck when going up stairs that are facing the wrong direction.
- ReachBlockPosGoal had the wrong cost when the destination is surrounded in blocks.
- Some parkour movements had the wrong costs.
@@ -93,7 +94,6 @@ is breaking anyways, semantic versioning is not followed.
- Fix `is_valid_id` on registries incorrectly returning true for values equal to the length.
- Fix outdated implementation for the `ClientboundMerchantOffers` packet.
- Fix compilation with new dependency versions. (@ShayBox)
-- Don't panic when the `LocalPlayerEvents` component is missing. (@suprohub)
## [0.13.0+mc1.21.5] - 2025-06-15