From 0fb76f34431216115da777b1e96769de3122d6f4 Mon Sep 17 00:00:00 2001 From: Phinner <62483793+phinner@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:44:58 +0000 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index df5a723..90b3d71 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,3 @@ This mod requires Mindustry v145 or later and Java 8 or later. - `./gradlew shadowJar` to only compile the plugin (it will be located at `/build/libs/kotlin-runtime.jar`). - `./gradlew runMindustryServer` to run the plugin in a local Mindustry server. - `./gradlew runMindustryClient` to run a local Mindustry client. - -This mod also requires android platform 35 with build tools for compilation. -You can easily install it using android studio SDK manager.