You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,11 @@ Things I've found while just trying to get this to work:
3
3
- If you've made an update to either of the build.gradle.kts files in api or server, run `./gradlew rebuildPaperSingleFilePatches` after adding to git (no commit)
4
4
- To create a file patch:
5
5
- Make the changes you need and have no other staged changes
6
-
- cd paper-api or paper-server
6
+
- cd **paper-api** or **paper-server** or **parchment-server/src/minecraft/java**
7
7
- git add .
8
-
- git commit --ammend
9
-
- This ammends it to the specific 'File Patch Commit'
10
-
- ./gradlew rebuildPaper<Api/Server>FilePatches
8
+
- git commit --amend
9
+
- This ammends it to the specific 'File Patch Commit'
Copy file name to clipboardExpand all lines: parchment-api/paper-patches/files/src/main/java/org/bukkit/World.java.patch
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
--- a/src/main/java/org/bukkit/World.java
2
2
+++ b/src/main/java/org/bukkit/World.java
3
-
@@ -52,6 +_,36 @@
3
+
@@ -53,6 +_,36 @@
4
4
*/
5
5
public interface World extends RegionAccessor, WorldInfo, PluginMessageRecipient, Metadatable, PersistentDataHolder, Keyed, net.kyori.adventure.audience.ForwardingAudience { // Paper
0 commit comments