make a proper Description
This commit is contained in:
parent
fd8a8ae94d
commit
b4e4b72ed4
1 changed files with 31 additions and 3 deletions
34
README.md
34
README.md
|
|
@ -1,12 +1,40 @@
|
||||||
## MMS - Description
|
## MMS - Description
|
||||||
|
|
||||||
a **M**odded **M**inecraft **S**erver project - modpack development & more
|
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)
|
||||||
This is a project centralised around the Create mod.
|
The modpack is centralised around the Create mod. 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.
|
||||||
|
Based on those 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
|
## Installation Instructions
|
||||||
### MMS-client Installation
|
### MMS-client Installation
|
||||||
#### 1. Install PrismLauncher
|
#### 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/
|
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
|
#### 2. Log in with PrismLauncher
|
||||||
On the top right "Accounts -> Manage Accounts... -> Add Microsoft". This opens the Microsoft website in your browser, where you have to login to your Microsoft account and then authorize PrismLauncher to access your "XBox account".
|
On the top right "Accounts -> Manage Accounts... -> Add Microsoft". This opens the Microsoft website in your browser, where you have to login to your Microsoft account and then authorize PrismLauncher to access your "XBox account".
|
||||||
If your broser doesnt start automatically, copy the URL displayed and paste it into your browser.
|
If your broser doesnt start automatically, copy the URL displayed and paste it into your browser.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue