Skip to content

Commit

Permalink
Release 2.4.3 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTank authored May 11, 2023
1 parent e3d57db commit a145335
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# History

# 2.4.3
* [Change canOpenDoors default value to false because its buggy (@IceTank)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/318)
* [Added missing constructor definitions for GoalCompositeAny and GoalCompositeAll (@rutexd)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/315)
* [Added "sneak" on interact blocks to avoid open it (@sefirosweb)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/314)
* [Block face position fix (@WhoTho)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/312)
* [Remove mcData param in movements.js (@rtm516)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/311)

# 2.4.2
* Fix pathfinder trying to make a parkour jump that fails most times
* Fix pathfinder not going below level 0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mineflayer-pathfinder",
"version": "2.4.2",
"version": "2.4.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a145335

Please sign in to comment.