Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PrismarineJS/mineflayer-pathfinder

Pathfinding plugin that gives bot the ability to go from A to B
https://github.com/PrismarineJS/mineflayer-pathfinder

Fix isEnd crashing

d69a02904bc83f4c36598ae90d470a009a130105 authored 12 months ago by Ic3Tank <[email protected]>
Release 2.4.5 (#331)

ca35a00ec18e7d3095280ffe2dc194e7c81b55eb authored over 1 year ago by killbinvlog <[email protected]>
Update ci.yml to node 18

f6e64c6367d2894852b8a5ee17e6992e4c51837d authored over 1 year ago by Ic3Tank <[email protected]>
Fix block update resets for optimized paths (#330)

On a block update, the current path gets reset if the block updated
is near one of the path nod...

844a09e1b2455704786b2100b2793de94f1d8c74 authored over 1 year ago by m000z0rz <[email protected]>
reword .stop() for more clarity (#327)

acad58f8906ce27a239def7e802457e188c37d77 authored over 1 year ago by Jovan-04 <[email protected]>
add more detailed tutorial for mineflayer-pathfinder goals (#326)

* add beginner tutorial+composite goals explanation

* update readme.md to include link to new...

c47b4f8d17d9b1cc4f17bf2d967f4440c6e640e9 authored over 1 year ago by Jovan-04 <[email protected]>
Fixed typo: "physicsTick" (#324)

367205e7e31e39cba7e3df09d45fcde720667846 authored over 1 year ago by FreezeEngine <[email protected]>
Release 2.4.4 (#321)

fc25bfca8911df48ac0124bcf4d1d26e07e6d594 authored over 1 year ago by IceTank <[email protected]>
Fix possible block update reference error

674486abd5b1f677bcd9f5f920e44f3c7541992f authored over 1 year ago by IceTank <[email protected]>
Fix file linting

d6a57b199a8bc5811242c32b70a02cb747ff1e93 authored over 1 year ago by IceTank <[email protected]>
Update readme.md (#320)

7f2d9eb72514807b82ff473ce760e7f59dc247fb authored over 1 year ago by Vince <[email protected]>
Fix a bunch of spelling/grammar errors. (#316)

b3cbd399da2ddbbc56454b870d59edc1db5e91bb authored over 1 year ago by 182exe <[email protected]>
Release 2.4.3 (#319)

a1453355f0c6b9b534ca8d6f8465b0bb81157fa0 authored over 1 year ago by IceTank <[email protected]>
Change canOpenDoors default value to false (#318)

Update canOpenDoors documentation and type definition

e3d57dbe76b597cb36a9bfd8b4b42faa7086130f authored over 1 year ago by IceTank <[email protected]>
Added missing constructor definitions for GoalCompositeAny and GoalCompositeAll (#315)

4cfc008464df8bc86a95f7a9978f9fa19023d095 authored almost 2 years ago by rutexd <[email protected]>
Added "sneak" on interact blocks to avoid open it (#314)

a4e138c361e9ad39704df3df90bd0c031413d15e authored almost 2 years ago by sefirosweb <[email protected]>
Block face position fix (#312)

Same thing as https://github.com/PrismarineJS/mineflayer/pull/2801

The math for getting the p...

8adbdfe74de18b4a78db6db54b75fd86c888282e authored almost 2 years ago by WhoTho <[email protected]>
Remove mcData param since its not used by the JS (#311)

9c0d5a7d6221c6dfdf484953ebf06bf323002f9b authored almost 2 years ago by rtm516 <[email protected]>
Release 2.4.2 (#309)

e7768d65127f483773a5dba6af3efe112a52a509 authored almost 2 years ago by IceTank <[email protected]>
Do not attempt very difficult jump to make

7fd0f76bc4af14e8bead8577733f33ddb6206791 authored almost 2 years ago by Ic3Tank <[email protected]>
Fix pathfinder not going below level 0

cb2eeda17d60915e8c711917df0bac07f97b737d authored almost 2 years ago by Ic3Tank <[email protected]>
Wheat is not an unbreakable block and should not be avoided. There are other crops similar to wheat, such as potato or carrot. Farmland (not wheat) may be harmed by jumping rather than by moving. However, categorizing wheat as an unbreakable item is misleading, as it does not require breaking it to pass, moreover, it can be broken if needed. There were issues reported as #102 and #129, and the special handling of wheat (rather than carrot and potato) is still misleading (#303)

8f5e1a59332266db7fed8aa81410b80996fd0c96 authored about 2 years ago by Maxim Masiutin <[email protected]>
Add parameter typing to Composite goals (#302)

86044ccaa1d1b8eb5acec965b6998cd54690833c authored about 2 years ago by IceTank <[email protected]>
Fix GoalLookAtBlock documentation (#301)

0bba90b915d16e1f9157e56db97a310e062861a5 authored about 2 years ago by IceTank <[email protected]>
Release 2.4.1 (#299)

a3d10bd5cf012a1b75acf884972ecd3037c1cad9 authored about 2 years ago by IceTank <[email protected]>
Change Goal typing and add Goal Documentation (#298)

* Add missing isValid method on Goal class
Make hasChanged none abstract

* Add abstract Goal...

dcc9f750105d3d320b106159170630c905f66f56 authored about 2 years ago by IceTank <[email protected]>
Release 2.4.0 (#294)

* Update package.json

* Update history.md

56a02b9af715029f884cd392aa7f0836e0284c03 authored about 2 years ago by Romain Beaumont <[email protected]>
mcData to registry refactoring (#293)

* refactoring

* lint fix

c2f4d2551d07d301b2cc3f55fdc75573dae61f06 authored about 2 years ago by Epirito <[email protected]>
Release 2.3.3 (#290)

25ec4ccfb873218bc347b261858080277c06f8cb authored over 2 years ago by IceTank <[email protected]>
Add missing goal properties (#289)

67986ebcd82d7621d5d588f6f1a48cea266c80bd authored over 2 years ago by IceTank <[email protected]>
Release-2.3.2 (#288)

08c779e95bc0324c980bf5cfe2f4148f3c696fb4 authored over 2 years ago by IceTank <[email protected]>
Revert "Add more goto options (#272)"

This reverts commit c6fab54d50d85ac2d9560c047de6e7bfded0fee7.

f2c87027e8e656b9e3a1b30a02c03d60ba720515 authored over 2 years ago by Ic3Tank <[email protected]>
Release 2.3.1 (#286)

44ce3ec871bef8a6232fcbf0c5d040aa43f451ce authored over 2 years ago by IceTank <[email protected]>
Fix reference error in getNumEntitiesAt

2e7b3daff2ee5fa0aaf52db4553f769189b8d03f authored over 2 years ago by IceTank <[email protected]>
Add more goto options (#272)

c6fab54d50d85ac2d9560c047de6e7bfded0fee7 authored over 2 years ago by IceTank <[email protected]>
Release 2.3.0 (#284)

34bb4a7452b00fafc89814a17f5c3b3cca077fc8 authored over 2 years ago by IceTank <[email protected]>
Entity Avoidance Feature (#281)

* Initial updates for V2 entity avoidance

* Added internal tests for entity detection
Update...

6c88895faee949eceb24ae4bf7e213f0ebdb337c authored over 2 years ago by Oliver <[email protected]>
Path start fix (#280)

* Fix path start on none full blocks

* Fix types

177bac6ade91b4d18e46c5a4b7cd5f6103719ffa authored over 2 years ago by IceTank <[email protected]>
Update npm package.json dependencies (#277)

c40476419ea43c135438df1ebef9b94eeb683b73 authored over 2 years ago by dement6d <[email protected]>
Fix bugs in movements.js (#276)

* Update movements.js

* blockC.liquid is always false

* calculate cost for this block break

1f6c451f11fefccace13da0b60b7e4271b2b139c authored over 2 years ago by liulihaocai <[email protected]>
Release 2.2.0 (#275)

ffa4acb29c1685945d4ad4d6af5199cf875e1340 authored over 2 years ago by IceTank <[email protected]>
Force looking at block when digging (#274)

296520f4e33f22bfb5b2c78bad1c686c5f005fda authored over 2 years ago by IceTank <[email protected]>
Add missing null check (#269)

36461b2334410bd797370fc8e043af15b06fb462 authored over 2 years ago by IceTank <[email protected]>
Fix bot not finishing paththing (#268)

* Fix bot not finishing paththing

cf9b9d30dc5c16b38969ad0ec5bfa3df8ffcc587 authored over 2 years ago by IceTank <[email protected]>
Bump mocha from 9.2.2 to 10.0.0 (#265)

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0.
- [Release notes](https:/...

95369c60bdc32d83c196644e5dd02ecb2d48ed3f authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add typing for events (#266)

Co-authored-by: TRCYX <[email protected]>

8bf929815598bb36c412a210997f30a709b89596 authored over 2 years ago by TRCYX <[email protected]>
Release 2.1.1 (#264)

* Update history.md

* Update package.json

f23f9c344c47f224bff342b3b72872e9be809014 authored over 2 years ago by Romain Beaumont <[email protected]>
Fix publish action

d815e9bdb42076c75785cc6cca4c2ffe4c99a8ba authored over 2 years ago by Romain Beaumont <[email protected]>
Bump standard from 16.0.4 to 17.0.0 (#259)

Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0.
- [Release notes]...

ab35e04bff381ce1972d4dc0731d96062e45c74f authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 2.1.0 (#263)

972edda925d044f1df5f0753ec6a4b174a18d2a3 authored over 2 years ago by Niklas <[email protected]>
release-2.1.0 (#263)

0378095d77f7a0febdae0eecbfe5db17cf41d0ef authored over 2 years ago by IceTank <[email protected]>
Bump minecraft-data from 2.221.0 to 3.1.1 (#262)

Bumps [minecraft-data](https://github.com/PrismarineJS/node-minecraft-data) from 2.221.0 to 3.1....

a3a155c3296810eb66bf80cd4118c3bf7abedbef authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add test (#201)

* Add goal tests

* Fixed broken test

* Add missing goal tests

* Add event tests
Code r...

bf5743f316f53de3ef33b63593348bc9619ff43d authored over 2 years ago by IceTank <[email protected]>
Add getPathFromTo (#255)

66c01ecb7c6bcd9922b95c2dd202e9b86c08a729 authored over 2 years ago by IceTank <[email protected]>
Fix path optimization check (#254)

I think this check was wrong. It should only skip the optimization when exclusionArea is used no...

4d70ec93783f5ae31a030119313ddd3bb0b61da6 authored over 2 years ago by IceTank <[email protected]>
Add goal chaining example (#256)

b0c17683b08222b842be033290c1977c8bca013c authored over 2 years ago by IceTank <[email protected]>
Release 2.0.0 (#253)

a36c56cc05204e969b07a5bc58a003706b9c9779 authored almost 3 years ago by IceTank <[email protected]>
Banish callbacks to the shadow realm (#248)

3d45adadb08d3f5ffd3892d7bced7cca60a85dd1 authored almost 3 years ago by IceTank <[email protected]>
Export GoalLookAtBlock (#249)

Change GoalLookAtBlock constructor
Add block break example to examples
Rename placeBlock.js ex...

f286411c6125694ad1194799eb6c6fb72616cc97 authored almost 3 years ago by IceTank <[email protected]>
Release 1.10.0 (#250)

* release-1.10.0

* Change version increase from minor to major

3efcc6b0d23dc1860df074ef8d3a3d1be356474e authored almost 3 years ago by IceTank <[email protected]>
creates a movements example (#247)

fb266b115459987a63e410aa04c2010c9f42af15 authored almost 3 years ago by Zn10plays <[email protected]>
check if a goal is still valid before checking if the goal has changed (#206)

* check if a goal is still valid before checking if the goal has changed

* Add integration wi...

defcc4b19cc3efb76aa7262896f31e1d4140301d authored almost 3 years ago by u9g <[email protected]>
Exclusion area (#220)

* Add exclusion Zone

* Lint

* Fixed inconsistent space tab indentation

* Devided exclus...

7445636b1530ad060ab0023d3db651d5c3ab2aea authored almost 3 years ago by IceTank <[email protected]>
Update README.md (#246)

I would say pathfinder is now mostly stable

9fc278258cd059e48e31c5f423fbbaafa87c4ad2 authored almost 3 years ago by IceTank <[email protected]>
Bump mineflayer from 3.18.0 to 4.0.0 (#245)

Bumps [mineflayer](https://github.com/PrismarineJS/mineflayer) from 3.18.0 to 4.0.0.
- [Release...

fb132ea2744c321e35322ecbd80e92ee46e42d29 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix default scaffolding blocks (#243)

5c5094c0833a9cce1054c62aba0639d03aa92eb6 authored almost 3 years ago by IceTank <[email protected]>
Add tickTimeout to types (#241)

a6dbf8e09247dc37265230d258ee5a5bdf07aa16 authored almost 3 years ago by IceTank <[email protected]>
Indicate path stopped to caller (#240)

* Option typings for GoalLookAtBlock

* fix: indicate to caller that path has been stopped

a42bb72c9302070ffb0ffe3c92add510d1e43129 authored almost 3 years ago by Constantin Schreiber <[email protected]>
Add infiniteLiquidDropdownDistance boolean (#211)

* Add infiniteLiquidDropdownDistance boolean
to movement

* clarify and check

* Add proper...

3fc92a28c7e788917dcf6ab76b6b801ddb06a123 authored almost 3 years ago by IceTank <[email protected]>
Option typings for GoalLookAtBlock (#238)

e50a732928a1e702575826850f911574a0e87663 authored almost 3 years ago by Constantin Schreiber <[email protected]>
Mining under gravity block fix (#239)

* add avoiding breaking blocks that have gravity block above

* add gravityBlocks and miningUn...

41179ca3e20159386276c33db92857c98b337ee7 authored almost 3 years ago by Syriusz-2005 <[email protected]>
cleanup Pathfinder#goto when Pathfinder#stop is called (#184)

* cleanup Pathfinder#goto when Pathfinder#stop is called

Calling `Pathfinder#stop` while a pa...

c739d10f3a894fe8edae3cd4d417ed9ebe7077d9 authored almost 3 years ago by GoogleSites <[email protected]>
Fix oak fence gate not working for 1.12 and below (#237)

f3ccdbaec9eebc66d0fccfd7fbfdb25ea81a62b3 authored almost 3 years ago by IceTank <[email protected]>
Add pathfinder abilaty to open gates (#217)

50fa887c50fe1b21776c5abcb430bf943420ad4f authored almost 3 years ago by IceTank <[email protected]>
Release 1.9.1 (#236)

96918e37f2cbe6d5da442f2120a5c989dc6c8036 authored almost 3 years ago by IceTank <[email protected]>
Fix uncaught exception when no tool is available (#235)

4a3a12f06c96990ab97be756a1c9468eca39773f authored almost 3 years ago by IceTank <[email protected]>
Release 1.9.0 (#234)

* release-1.8.1

* Bumped major version

5b26a7b2c77b4aec714399dcc6650d62ae05d457 authored almost 3 years ago by Constantin Schreiber <[email protected]>
Clarification of GoalBreakBlock (#233)

* Clarification of GoalBreakBlock

* Typings

f317fedf5dfa85e3d9485ac268c602feb4441f71 authored almost 3 years ago by Constantin Schreiber <[email protected]>
Bump prismarine-entity from 1.2.0 to 2.0.0 (#231)

Bumps [prismarine-entity](https://github.com/PrismarineJS/prismarine-entity) from 1.2.0 to 2.0.0...

3984eed14cc2b201a8680159a97cd9458d2fdb91 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add movements to README (#228)

ca148eb17e46f389121c9b992c1ed1b50c523a5e authored about 3 years ago by IceTank <[email protected]>
Fixed movements for older versions (#226)

1a465123f36a16c60f0bbc55ec0382af3eb61e31 authored about 3 years ago by IceTank <[email protected]>
Changed goalComposite to work as writen in readme (#224)

5fb51e47a42f12f7baa78af4a4df98080ab3ed87 authored about 3 years ago by IceTank <[email protected]>
Removed callbacks form function use (#219)

1027dfede64451f51fab4cd117c0b10eadcef0dc authored about 3 years ago by IceTank <[email protected]>
Add Cobweb to blockToAvoid (#210)

ffbc15bdc9283695ffb65bc4496af72453c82485 authored about 3 years ago by Alexander Ivanov <[email protected]>
Bump prismarine-nbt from 1.6.0 to 2.0.0 (#221)

Bumps [prismarine-nbt](https://github.com/prismarinejs/prismarine-nbt) from 1.6.0 to 2.0.0.
- [...

2f7afa28b174c6efa4899d794ea0ccc9df04b624 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix diagonal move not considering collision heigh (#216)

1baf505cffe1ba316abe9eb446fc13b25fac83e9 authored about 3 years ago by IceTank <[email protected]>
Add place cost typing (#215)

0f5995c7768f53edd27d00b3d3bbc7dc05bc7658 authored about 3 years ago by IceTank <[email protected]>
Fix typings (#218)

34e68dfccd798b9a7ae8853936f4dec3d1fc39b9 authored about 3 years ago by IceTank <[email protected]>
Changed floor check (#208)

* Changed floor check

* Fixed parkour (?)

29f61cffe3906a82f50d9e176f0a1c0f0d3f4d9b authored about 3 years ago by IceTank <[email protected]>
Reset only if the new chunk is adjacent to a visited chunk

e1e900ae496b2ae470ef274af4758d26c276d317 authored about 3 years ago by Karang <[email protected]>
Release 1.8.0

588be64a67e5e458ea4d32284bd6fb693850a477 authored about 3 years ago by Karang <[email protected]>
Increase stuck detection delay, fix move up cost

b17cc05ee0985c2e320e14e006d3f3ca5ddcfa27 authored about 3 years ago by Karang <[email protected]>
fixed indentation in index.d.ts (#202)

f9a6bdfd06b7e495329917420c8e05794e20336d authored about 3 years ago by IceTank <[email protected]>
Goalblockbreak rename (#200)

* Renamed GoalBlockBreak to GoalBreakBlock

* Fixed typo

862dd5e9869766d6ba7768e766730f724f72866f authored over 3 years ago by IceTank <[email protected]>
Make GoalNearXZ actually work (#199)

3edb83da77f7f52dbb92bacb60db8b1b418141ae authored over 3 years ago by u9g <[email protected]>
Add GoalBlockBreak (#198)

* Add GoalBreak

* Add GoalBreak

* Fixed GoalBlockBreak
Renamed GoalBreak
Add to readme
...

e8b050b4b2a8ef63719684ec5702d0f521bb2110 authored over 3 years ago by IceTank <[email protected]>
bot sometimes placing wrong block as scaffolding (#197)

32de6276fb6c74f7a355263dc7997d6cc9ab913d authored over 3 years ago by IceTank <[email protected]>
Fixed placeBlock example (#194)

9330fe8e77be84bda2d2a1090471f4f709374e96 authored over 3 years ago by IceTank <[email protected]>
Fix typo in function signature for GoalNearXZ (#193)

1d4c5257ddec785bde50357c24eea869b0f10d06 authored over 3 years ago by Nicholas Hobbs <[email protected]>
readme fixed typo on goalY (z instead of y) (#191)

cc012c5feba908a493f91b93b53530088f4d87ea authored over 3 years ago by NoNameLmao <[email protected]>