Skip to content

Commit a145335

Browse files
authored
Release 2.4.3 (#319)
1 parent e3d57db commit a145335

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

history.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# History
22

3+
# 2.4.3
4+
* [Change canOpenDoors default value to false because its buggy (@IceTank)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/318)
5+
* [Added missing constructor definitions for GoalCompositeAny and GoalCompositeAll (@rutexd)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/315)
6+
* [Added "sneak" on interact blocks to avoid open it (@sefirosweb)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/314)
7+
* [Block face position fix (@WhoTho)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/312)
8+
* [Remove mcData param in movements.js (@rtm516)](https://github.com/PrismarineJS/mineflayer-pathfinder/pull/311)
9+
310
# 2.4.2
411
* Fix pathfinder trying to make a parkour jump that fails most times
512
* Fix pathfinder not going below level 0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mineflayer-pathfinder",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)