Merge pull request #2359 from stragulus/build-with-forge-instructions

Add instructions to build with forge for minecraft 1.15+
This commit is contained in:
Leijurv 2021-01-29 17:37:43 -08:00 committed by GitHub
commit 74dd88d123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,12 @@ Building Baritone:
$ gradlew build
```
For minecraft 1.15.2+, run the following instead to include the Forge jars:
```
$ gradlew build -Pbaritone.forge_build
```
Running Baritone:
```