Don't tell people to build the reobf jar

This commit is contained in:
Jason Penilla 2024-04-26 18:05:17 -07:00
parent f1fc1b30be
commit 548504381f
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ How To (Compiling Jar From Source)
------
To compile Paper, you need JDK 21 and an internet connection.
Clone this repo, run `./gradlew applyPatches`, then `./gradlew createReobfBundlerJar` from your terminal. You can find the compiled jar in the project root's `build/libs` directory.
Clone this repo, run `./gradlew applyPatches`, then `./gradlew createMojmapBundlerJar` from your terminal. You can find the compiled jar in the project root's `build/libs` directory.
To get a full list of tasks, run `./gradlew tasks`.