https://github.com/projectedengg/parchment
Project Eden's fork of Paper
https://github.com/projectedengg/parchment
Last synced: about 6 hours ago
JSON representation
Project Eden's fork of Paper
- Host: GitHub
- URL: https://github.com/projectedengg/parchment
- Owner: ProjectEdenGG
- Created: 2021-05-01T18:28:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-07-07T04:58:54.000Z (2 days ago)
- Last Synced: 2026-07-07T06:24:10.844Z (2 days ago)
- Language: Java
- Homepage:
- Size: 1.09 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Things I've found while just trying to get this to work:
- 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)
- To create a file patch:
- Make the changes you need and have no other staged changes
- cd **paper-api** or **paper-server** or **parchment-server/src/minecraft/java**
- git add .
- git commit --amend
- This ammends it to the specific 'File Patch Commit'
- Then run one of the following
- ./gradlew rebuildPaperApiFilePatches
- ./gradlew rebuildPaperServerFilePatches
- ./gradlew rebuildMinecraftFilePatches