From a2bc4a1a121c9003da378433b306b0ad2c5a60ad Mon Sep 17 00:00:00 2001 From: Alvinn8 <42838560+Alvinn8@users.noreply.github.com> Date: Tue, 24 Mar 2026 20:38:57 +0100 Subject: [PATCH 1/6] Use applyAllPatches instead of non-existing applyPatches --- .github/workflows/build.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3ee79f0..505911ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: run: | git config --global user.email "no-reply@github.com" git config --global user.name "Github Actions" - ./gradlew applyPatches --stacktrace + ./gradlew applyAllPatches --stacktrace - name: Build run: ./gradlew build --stacktrace diff --git a/README.md b/README.md index 57d745a4..8a92b772 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,11 @@ You are very welcome to help with implementation, testing, sharing knowledge or Fiddle is a drop-in replacement for Paper. There are no builds available at the moment, but you can build Fiddle yourself by cloning the project and doing: -* `./gradlew applyPatches` +* `./gradlew applyAllPatches` * Create a runnable server jar with `./gradlew createMojmapPaperclipJar` (the jar file will be placed in `fiddle-server/build/libs`) You can easily run a test server (which [includes some example blocks and items](https://github.com/FiddleMC/Fiddle/blob/master/test-plugin/src/main/java/org/fiddlemc/testplugin/TestPluginBootstrap.java)): -* `./gradlew applyPatches` +* `./gradlew applyAllPatches` * `./gradlew runDevServer`