From b46d1bea66d07ca46edecd05cc66ce927087f714b7b25b225050777c88be2119 Mon Sep 17 00:00:00 2001
From: anonoe <8bdd1ef7-1633-4e26-83a0-8dda8605bcd0@aleeas.com>
Date: Wed, 23 Apr 2025 05:30:39 +0200
Subject: [PATCH] update references to client-min
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 04d466d..eb4b42c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Based on these goals everything else is decided.
That's why the mod loader is [Fabric](https://fabricmc.net/), which is lightweight and doesn't change Minecraft's vanilla behaviour.
The 'modpack' is actually separated into two modpacks: MMS-client and MMS-server. The later is supposed to run on a server, the first is supposed to run on a client and connect to the server.
-Additionally, MMS-minimum is provided as information on how to make a client compatible with the server. It's only the bare minimum to achieve compatibility. It also includes optional mods, which the server provides supports for. They are `.disabled` by default.
+Additionally, MMS-client-min is provided as information on how to make a client compatible with the server. It's only the bare minimum to achieve compatibility. It also includes optional mods, which the server provides supports for. They are `.disabled` by default.
Explicit contents:
@@ -21,7 +21,7 @@ WIP
-MMS-minimum
+MMS-client-min
WIP
@@ -47,8 +47,8 @@ Paste the following link:
and press "OK".
#### 4. Launch game and join server
Select the instance and press "Launch". Have a little patience for the downloads to finish and the game to launch. Finally join the server, if you are whitelisted.
-### MMS-minimum Installation
-MMS-minimum is a symbolic modpack, which isn't meant to be 'installed'. It's meant as information for advanced people who prefer to configure their client on their own. If the information isn't enough for you to do that, then you're probably not advanced enough (yet).
+### MMS-client-min Installation
+MMS-client-min is a symbolic modpack, which isn't meant to be 'installed'. It's meant as information for advanced people who prefer to configure their client on their own. If the information isn't enough for you to do that, then you're probably not advanced enough (yet).
### MMS-server Installation
WIP
@@ -58,7 +58,7 @@ WIP
- **Excluded** from the [AGPL-3.0-or-later](./LICENSE) are
- all "mods" (jar binaries), as each has their own open-source license (Except for Xaero's World Map, which is closed-source). You can find them in the "mods" folders:
- [./client/mods](./client/mods)
- - [./minimum/mods](./minimum/mods)
+ - [./client-min/mods](./client-min/mods)
- [./server/server/mods](./server/server/mods)
- all resourcepacks in [./client/resourcepacks](./client/resourcepacks) as I (anonoe) do not own them. I distribute them with the permission granted by Vanilla Tweaks [here](https://vanillatweaks.net/terms/).
- all datapacks in [./server/server/world/datapacks](./server/server/world/datapacks) as I (anonoe) do not own them. I distribute them with the permission granted by Vanilla Tweaks [here](https://vanillatweaks.net/terms/) and by Stardust Labs [here](https://github.com/Stardust-Labs-MC/Structory/blob/v1.3.5/license.txt) and [here](https://github.com/Stardust-Labs-MC/Structory-Towers/blob/v1.0.7/license.txt).