From 548504381fd3494d7ef91670a33eaae61127eb0b Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Fri, 26 Apr 2024 18:05:17 -0700 Subject: [PATCH] Don't tell people to build the reobf jar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11287dc0..f5b3dde06 100644 --- a/README.md +++ b/README.md @@ -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`.