-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9109dbb
commit 930c82c
Showing
5 changed files
with
151 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
@echo off | ||
@echo Installing mineflayer.... | ||
@echo off | ||
@echo Installing dependencies | ||
npm install mineflayer | ||
@echo Installing axios.... | ||
npm install axios | ||
@echo Installing fs.... | ||
npm install fs | ||
@echo Installing mineflayer-pathfinder..... | ||
npm install mineflayer-pathfinder | ||
@echo Installing express..... | ||
npm install express | ||
@echo Installing ws.... | ||
npm install ws | ||
@echo Installing prismarine viewer.... | ||
pause | ||
npm install axios | ||
pause | ||
npm install fs | ||
pause | ||
npm install mineflayer-pathfinder | ||
pause | ||
npm install mineflayer-pvp | ||
pause | ||
npm install express | ||
pause | ||
npm install ws | ||
pause | ||
npm install prismarine-viewer | ||
pause |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters