Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minecraft 1.20.2 support #3262

Merged
merged 18 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update pathfinder dep in example and add npmrc in examples
  • Loading branch information
rom1504 committed Jan 14, 2024
commit 68bee557745b20cd5a5e996a4b17cdf520d16df5
2 changes: 2 additions & 0 deletions examples/anvil_saver/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict=true
package-lock=false
2 changes: 2 additions & 0 deletions examples/pathfinder/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict=true
package-lock=false
2 changes: 1 addition & 1 deletion examples/pathfinder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"mineflayer-pathfinder": "^1.6.1",
"mineflayer-pathfinder": "^2.4.5",
"mineflayer": "file:../../"
},
"description": "A mineflayer example"
Expand Down
2 changes: 2 additions & 0 deletions examples/place_end_crystal/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict=true
package-lock=false
2 changes: 2 additions & 0 deletions examples/screenshot-with-node-canvas-webgl/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict=true
package-lock=false
2 changes: 2 additions & 0 deletions examples/viewer/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict=true
package-lock=false
Loading