From df4be8701e2a0ef7bd0abdb83458414ad66e1847 Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Tue, 28 Feb 2023 06:48:48 -0800 Subject: [PATCH] Add some build scripts --- makejar.bat | 1 + patch.bat | 1 + rb.bat | 1 + 3 files changed, 3 insertions(+) create mode 100644 makejar.bat create mode 100644 patch.bat create mode 100644 rb.bat diff --git a/makejar.bat b/makejar.bat new file mode 100644 index 0000000..770ce43 --- /dev/null +++ b/makejar.bat @@ -0,0 +1 @@ +./gradlew createMojmapPaperclipJar \ No newline at end of file diff --git a/patch.bat b/patch.bat new file mode 100644 index 0000000..f87080c --- /dev/null +++ b/patch.bat @@ -0,0 +1 @@ +./gradlew applypatches \ No newline at end of file diff --git a/rb.bat b/rb.bat new file mode 100644 index 0000000..41f6843 --- /dev/null +++ b/rb.bat @@ -0,0 +1 @@ +./gradlew rebuildpatches \ No newline at end of file