these vs those
This commit is contained in:
parent
2098e8e780
commit
0833616c8e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
## MMS - Description
|
## MMS - Description
|
||||||
|
|
||||||
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 **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. Why Create? Because it's a cool mod, obviously!
|
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:
|
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.
|
- 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.
|
- Find a middle ground between being too minimalistic and too bloated.
|
||||||
- Improve performance and be playable on inexpensive hardware.
|
- Improve performance and be playable on inexpensive hardware.
|
||||||
- Prefer open source software and respect user privacy by default.
|
- Prefer open source software and respect user privacy by default.
|
||||||
|
|
||||||
Based on those goals everything else is decided.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue