mineflayer 3.17.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ jobs:
28
28
  - javaVersion: 16
29
29
  mcVersion: '1.17.1'
30
30
  - javaVersion: 17
31
- mcVersion: '1.18.1'
31
+ mcVersion: '1.18.2'
32
32
  fail-fast: false
33
33
 
34
34
  steps:
package/README.md CHANGED
@@ -17,7 +17,7 @@ First time using Node.js? You may want to start with the [tutorial](tutorial.md)
17
17
 
18
18
  ## Features
19
19
 
20
- * Supports Minecraft 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17 and 1.18.
20
+ * Supports Minecraft 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17 and 1.18.
21
21
  * Entity knowledge and tracking.
22
22
  * Block knowledge. You can query the world around you. Milliseconds to find any block.
23
23
  * Physics and movement - handle all bounding boxes
@@ -197,10 +197,6 @@ The most updated and useful are :
197
197
 
198
198
  * [radar](https://github.com/andrewrk/mineflayer-radar/) - web based radar
199
199
  interface using canvas and socket.io. [YouTube Demo](https://www.youtube.com/watch?v=FjDmAfcVulQ)
200
- * [blockfinder](https://github.com/Darthfett/mineflayer-blockFinder) - find blocks in the 3D world
201
- * [scaffold](https://github.com/andrewrk/mineflayer-scaffold) - get to
202
- a target destination even if you have to build or break blocks to do so.
203
- [YouTube Demo](http://youtu.be/jkg6psMUSE0)
204
200
  * [auto-auth](https://github.com/G07cha/MineflayerAutoAuth) - chat-based bot authentication
205
201
  * [Bloodhound](https://github.com/Nixes/mineflayer-bloodhound) - determine who and what is responsible for damage to another entity
206
202
  * [tps](https://github.com/SiebeDW/mineflayer-tps) - get the current tps (processed tps)
package/docs/README.md CHANGED
@@ -17,7 +17,7 @@ First time using Node.js? You may want to start with the [tutorial](tutorial.md)
17
17
 
18
18
  ## Features
19
19
 
20
- * Supports Minecraft 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17 and 1.18.
20
+ * Supports Minecraft 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17 and 1.18.
21
21
  * Entity knowledge and tracking.
22
22
  * Block knowledge. You can query the world around you. Milliseconds to find any block.
23
23
  * Physics and movement - handle all bounding boxes
@@ -197,10 +197,6 @@ The most updated and useful are :
197
197
 
198
198
  * [radar](https://github.com/andrewrk/mineflayer-radar/) - web based radar
199
199
  interface using canvas and socket.io. [YouTube Demo](https://www.youtube.com/watch?v=FjDmAfcVulQ)
200
- * [blockfinder](https://github.com/Darthfett/mineflayer-blockFinder) - find blocks in the 3D world
201
- * [scaffold](https://github.com/andrewrk/mineflayer-scaffold) - get to
202
- a target destination even if you have to build or break blocks to do so.
203
- [YouTube Demo](http://youtu.be/jkg6psMUSE0)
204
200
  * [auto-auth](https://github.com/G07cha/MineflayerAutoAuth) - chat-based bot authentication
205
201
  * [Bloodhound](https://github.com/Nixes/mineflayer-bloodhound) - determine who and what is responsible for damage to another entity
206
202
  * [tps](https://github.com/SiebeDW/mineflayer-tps) - get the current tps (processed tps)