Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Commit

Permalink
Update README; fix mods versions
Browse files Browse the repository at this point in the history
  • Loading branch information
falseresync committed Apr 1, 2020
1 parent f5e0bc9 commit 3a36179
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,30 @@
![Server at aofmini.yoosk.pl](https://img.shields.io/badge/Server-aofmini.yoosk.pl-green?style=for-the-badge)

### Downloads
**CurseForge**\
https://www.curseforge.com/minecraft/modpacks/all-of-fabric-mini

**Client**\
https://github.com/AllOfFabric/AOF-Mini/releases/download/1.1.5/AOF-Mini-1.1.5.zip
https://github.com/AllOfFabric/AOF-Mini/releases/latest/download/client.zip

**Server**\
https://github.com/AllOfFabric/AOF-Mini/releases/download/1.1.5/AOF-Mini-Server-1.1.5.zip
https://github.com/AllOfFabric/AOF-Mini/releases/latest/download/server.zip

### Installation
**Client**
1. Download MultiMC at https://multimc.org/
1. Log into your Minecraft account
**Client with Twitch**
1. Use the Twitch app to get the modpack
1. Play it as usual, Fabric installation is handled automatically

**Client with MultiMC**
1. Download the modpack
1. Click `Add Instance` in MultiMC
1. Click `Import from ZIP` and choose the modpack you have downloaded
1. Now you can play by double-clicking on the instance
1. Import it in MultiMC
1. Open `Edit Instance` > `Version`
1. Remove `net.minecraftforge` entry and install Fabric
1. Play it as usual

**Server**
1. Install Fabric server as described at https://fabricmc.net/use/
1. Download the modpack
1. Extract its files into the server directory
1. Now you can launch your new modded server
1. Use [ServerStarter](https://github.com/Yoosk/ServerStarter)

### Mods
- [Adorn](https://www.curseforge.com/minecraft/mc-mods/adorn)
Expand All @@ -40,7 +44,6 @@ https://github.com/AllOfFabric/AOF-Mini/releases/download/1.1.5/AOF-Mini-Server-
- [Fabric Language Kotlin](https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin)
- [Hwyla](https://www.curseforge.com/minecraft/mc-mods/hwyla)
- [Infinity Fix](https://www.curseforge.com/minecraft/mc-mods/infinity-fix)
- [Leaf Me Alone](https://www.curseforge.com/minecraft/mc-mods/leaf-me-alone)
- [LibGamerule](https://www.curseforge.com/minecraft/mc-mods/libgamerule)
- [Light Overlay](https://www.curseforge.com/minecraft/mc-mods/light-overlay)
- [Lithium](https://www.curseforge.com/minecraft/mc-mods/lithium)
Expand All @@ -55,5 +58,6 @@ https://github.com/AllOfFabric/AOF-Mini/releases/download/1.1.5/AOF-Mini-Server-
- [Tech Reborn](https://www.curseforge.com/minecraft/mc-mods/techreborn)
- [Terrestria](https://www.curseforge.com/minecraft/mc-mods/terrestria)
- [Traverse](https://www.curseforge.com/minecraft/mc-mods/traverse)
- [Trees Do Not Float](https://www.curseforge.com/minecraft/mc-mods/trees-do-not-float)
- [VoxelMap](https://www.curseforge.com/minecraft/mc-mods/voxelmap)
- [YNet](https://www.curseforge.com/minecraft/mc-mods/ynet)
2 changes: 1 addition & 1 deletion mods/voxelmap.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "VoxelMap"
filename = "fabricmod_VoxelMap-1.9.16_for_1.15.2.jar"
side = "both"
side = "client"

[download]
url = "https://edge.forgecdn.net/files/2917/135/fabricmod_VoxelMap-1.9.16_for_1.15.2.jar"
Expand Down
10 changes: 9 additions & 1 deletion server/server-setup-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@ install:
installerArguments:
- "server"
- "-downloadMinecraft"
modpackUrl: https://github.com/AllOfFabric/AOF-Mini/releases/latest/download/server.zip
modpackUrl: https://github.com/AllOfFabric/AOF-Mini/releases/latest/download/client.zip
modpackFormat: curse
formatSpecific:
ignoreProject:
- 335493 # Dynamic FPS
- 361988 # Jumploader
- 325492 # Light Overlay
- 308702 # ModMenu
- 317514 # Mouse Wheelie
- 225179 # VoxelMap
baseInstallPath: ~
ignoreFiles:
- mods/optifine*.jar
Expand Down

0 comments on commit 3a36179

Please sign in to comment.