From 71e15d14b6aaa0b5343b7dbd33ee3696f96e2662348c537947cedc8d17a91cd8 Mon Sep 17 00:00:00 2001 From: anonoe <8bdd1ef7-1633-4e26-83a0-8dda8605bcd0@aleeas.com> Date: Thu, 27 Mar 2025 20:42:01 +0100 Subject: [PATCH] rel links definitely fixed now --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac1d9da..a76fb0c 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ a **M**odded **M**inecraft **S**erver project - modpack development & more - The "client" and "server" modpacks are based on [Simply Optimized](https://modrinth.com/modpack/sop) by "HyperSoop", which has it's own license at . - **Excluded** from the [AGPL-3.0-or-later](./LICENSE) are - all "mods" (jar binaries), as each has their own open-source license. You can find them in the "mods" folders: - - <./client/mods/> - - <./minimum/mods/> - - <./server/server/mods/> - - the fabric-server-mc...loader...launcher...jar file(s) located at <./server/server/> by FabricMC licensed under the [Apache-2.0 License](https://github.com/FabricMC/fabric-installer/?tab=Apache-2.0-1-ov-file#readme) + - [./client/mods](./client/mods) + - [./minimum/mods](./minimum/mods) + - [./server/server/mods](./server/server/mods) + - the fabric-server-mc...loader...launcher...jar file(s) located at [./server/server](./server/server) by FabricMC licensed under the [Apache-2.0 License](https://github.com/FabricMC/fabric-installer/?tab=Apache-2.0-1-ov-file#readme) - When executed, the server launcher will download & execute the actual closed-source Minecraft executables by Mojang, as the [EULA](https://aka.ms/MinecraftEULA) forbids distribution. - Credits go to [Vanilla Tweaks](https://vanillatweaks.net/) for - - the resourcepacks in <./client/resourcepacks/>. - - the datapacks in <./server/server/world/datapacks/>. + - the resourcepacks in [./client/resourcepacks](./client/resourcepacks). + - the datapacks in [./server/server/world/datapacks](./server/server/world/datapacks).