From c523ba458e6c6d946aec8019f9bb194ef8aff55f Mon Sep 17 00:00:00 2001 From: Phinner <62483793+Phinner@users.noreply.github.com> Date: Mon, 14 Mar 2022 20:54:59 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f67271..ef0077b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Description -A simple Mindustry plugin to enable jvm mod/plugin dependencies for V6 and V7 pre [#6328](https://github.com/Anuken/Mindustry/pull/6328). +A simple Mindustry plugin to enable jvm mod/plugin dependencies for V6 and V7 up to v135. To use it, put your mods/plugins in a directory named `./mod-loader` and enjoy. @@ -18,9 +18,9 @@ To use it, put your mods/plugins in a directory named `./mod-loader` and enjoy. ## Testing -- `./gradlew runMindustryClient`: Run mindustry in desktop. +- `./gradlew runMindustryClient`: Run Mindustry in desktop with the plugin. -- `./gradlew runMindustryServer`: Run mindustry in a server. +- `./gradlew runMindustryServer`: Run Mindustry in a server with the plugin. ## Support From 7edca3ae7dfcd08f6ea29749ac8a8507e2193b14 Mon Sep 17 00:00:00 2001 From: Phinner <62483793+Phinner@users.noreply.github.com> Date: Mon, 14 Mar 2022 23:01:42 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ef0077b..9267d72 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,3 @@ To use it, put your mods/plugins in a directory named `./mod-loader` and enjoy. - `./gradlew runMindustryClient`: Run Mindustry in desktop with the plugin. - `./gradlew runMindustryServer`: Run Mindustry in a server with the plugin. - -## Support - -- Xpdustry discord : https://discord.xpdustry.fr - -- Maintainer discord : Phinner#0867