File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ # 2.4.5
4
+ * [ Fix block update resets for optimized paths (@m000z0rz )] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/330 )
5
+ * [ reword .stop() for more clarity (@Jovan-04 )] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/327 )
6
+ * [ add more detailed tutorial for mineflayer-pathfinder goals (@Jovan-04 )] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/326 )
7
+ * [ Fixed typo: "physicsTick" (@FreezeEngine )] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/324 )
8
+
3
9
# 2.4.4
4
10
* [ Update readme.md (@Vinciepincie )] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/320 )
5
11
* Fix file linting (@IceTank )
30
36
* [ Add missing types on GoalPlaceBlock and GoalLookAtBlock (@IceTank )] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/289 )
31
37
32
38
# 2.3.2
33
- * Revert broken goto implementation update.
39
+ * Revert broken goto implementation update.
34
40
35
41
# 2.3.1
36
42
* Fix reference error in ` getNumEntitiesAt ` (https://github.com/PrismarineJS/mineflayer-pathfinder/commit/2e7b3daff2ee5fa0aaf52db4553f769189b8d03f )
74
80
* [ Throw error in goto when stop() is called] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/240 )
75
81
* [ Update README.md] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/246 )
76
82
77
- * Typing fixes:
83
+ * Typing fixes:
78
84
* [ tickTimeout] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/241 )
79
85
* [ GoalLookAtBlock] ( https://github.com/PrismarineJS/mineflayer-pathfinder/pull/238 )
80
86
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mineflayer-pathfinder" ,
3
- "version" : " 2.4.4 " ,
3
+ "version" : " 2.4.5 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments