aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorNassim Jahnke <[email protected]>2024-12-22 11:45:15 +0100
committerNassim Jahnke <[email protected]>2024-12-22 20:50:34 +0100
commit8ad15d64f00ecf1f11be4cbd715c229daa0209de (patch)
treeb92cfabd84d0e9b8cd47670a67dffe621bf6cd21 /CONTRIBUTING.md
parent90d50aafc5a82d727d6cb304cbbd630bf5df9b2d (diff)
downloadPaper-8ad15d64f00ecf1f11be4cbd715c229daa0209de.tar.gz
Paper-8ad15d64f00ecf1f11be4cbd715c229daa0209de.zip
Update minecraft dir referencesdev/hard-fork
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 74421624b1..d793b54e6a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,16 +66,16 @@ Assuming you have already forked the repository:
2. Type `./gradlew applyPatches` in a terminal to apply the changes from upstream.
On Windows, replace the `./` with `.\` at the beginning for all `gradlew` commands;
3. cd into `paper-server` for server changes, and `paper-api` for API changes.
-**Only changes made in `paper-server/src/vanilla` have to deal with the patch system.**
+**Only changes made in `paper-server/src/minecraft` have to deal with the patch system.**
-`paper-server/src/vanilla` is not a git repositories in the traditional sense. Its
-initial commits are the decompiled and deobfuscated Vanilla source files. The per-file
+`paper-server/src/minecraft` is not a git repositories in the traditional sense. Its
+initial commits are the decompiled and deobfuscated Minecraft source files. The per-file
patches are applied on top of these files as a single, large commit, which is then followed
by the individual feature-patch commits.
-### Modifying (per-file) Vanilla patches
+### Modifying (per-file) Minecraft patches
-This is generally what you need to do when editing Vanilla files. Updating our
+This is generally what you need to do when editing Minecraft files. Updating our
per-file patches is as easy as making your changes and then running
# TODO
in the root directory. If nothing went wrong, you can rebuild patches with