From 4cd4f25d87db171ddddc6a52dff4409c9c004f54 Mon Sep 17 00:00:00 2001 From: Dual GPUs <236301863+masterpatrickpl-coder@users.noreply.github.com> Date: Sat, 16 May 2026 17:22:43 +0800 Subject: [PATCH] Modify README to include Windows build command Updated build instructions to use gradlew.bat for Windows. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f48011a..5f236a3 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,12 @@ The mod will generate a config file in your `config` directory on the first run. ## Building -```bash +```powershell gradle clean build ``` +```powershell +.\gradlew.bat +``` ## Requirements - Java 25