aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2024-04-26 18:05:17 -0700
committerJason Penilla <[email protected]>2024-04-26 18:05:17 -0700
commit548504381fd3494d7ef91670a33eaae61127eb0b (patch)
treea0cb4e8bbbcd2fe27ab9abf8aece19bd84583519 /README.md
parentf1fc1b30be4023a6c4ba510aaf5da7c5e61d5fb0 (diff)
downloadPaper-548504381fd3494d7ef91670a33eaae61127eb0b.tar.gz
Paper-548504381fd3494d7ef91670a33eaae61127eb0b.zip
Don't tell people to build the reobf jar
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f11287dc07..f5b3dde06a 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`.