update references to client-min
This commit is contained in:
parent
26a46227e2
commit
b46d1bea66
1 changed files with 5 additions and 5 deletions
10
README.md
10
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.
|
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.
|
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:
|
Explicit contents:
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
@ -21,7 +21,7 @@ WIP
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>MMS-minimum</summary>
|
<summary>MMS-client-min</summary>
|
||||||
WIP
|
WIP
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
@ -47,8 +47,8 @@ Paste the following link:
|
||||||
and press "OK".
|
and press "OK".
|
||||||
#### 4. Launch game and join server
|
#### 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.
|
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-client-min 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 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
|
### MMS-server Installation
|
||||||
WIP
|
WIP
|
||||||
|
|
||||||
|
|
@ -58,7 +58,7 @@ WIP
|
||||||
- **Excluded** from the [AGPL-3.0-or-later](./LICENSE) are
|
- **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:
|
- 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)
|
- [./client/mods](./client/mods)
|
||||||
- [./minimum/mods](./minimum/mods)
|
- [./client-min/mods](./client-min/mods)
|
||||||
- [./server/server/mods](./server/server/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 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).
|
- 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).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue