Merge branch 'main' into MMS_3

This commit is contained in:
anonoe 2025-04-21 03:38:53 +02:00
commit f7e369fa39
Signed by: anonoe
SSH key fingerprint: SHA256:c7f28FyVXvIXSVjAXp9azN9lKg+khKjVegKYeXHP/Ho

View file

@ -1,9 +1,39 @@
## MMS - Description
a **M**odded **M**inecraft **S**erver project - modpack development & more
This is a project centralised around the Create mod.
This is a **M**odded **M**inecraft **S**erver project, mostly a modpack. (please tell me a better name than MMS, I'm open for suggestions)
The modpack is centralised around the [Create mod](https://github.com/Fabricators-of-Create/Create). Why Create? Because it's a cool mod, obviously!
Apart from that there are 4 goals:
- Only add features and functionality to the game, keep the vanilla features and functionality untouched. Complex Redstone contraptions, for example, which are supposed to work in vanilla, should also work with the MMS modpack.
- Find a middle ground between being too minimalistic and too bloated.
- Improve performance and be playable on inexpensive hardware.
- Prefer open source software and respect user privacy by default.
## MMS-client Installation
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.
Explicit contents:
<details>
<summary>MMS-client</summary>
WIP
</details>
<details>
<summary>MMS-minimum</summary>
WIP
</details>
<details>
<summary>MMS-server</summary>
WIP
</details>
This is the Git repository of MMS. This repositry's goal is to ease development of the project with the Git workflow, enable collaboration (in the future) and of course to make the project [open source](https://en.wikipedia.org/wiki/Open_source).
## Installation Instructions
### MMS-client Installation
#### 1. Install PrismLauncher
PrismLauncher is a so-called 3rd-party-launcher, which makes installation and management of mods and modpacks very easy. Follow installation instructions on https://prismlauncher.org/
#### 2. Log in with PrismLauncher
@ -17,6 +47,10 @@ 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-server Installation
WIP
## Licensing & Credits
- This project is *mostly* licensed under the [AGPL-3.0-or-later](./LICENSE).