Added custom apotheosis configuration
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Adrian Marquis
2023-06-22 02:38:53 +02:00
parent a1907acba7
commit 3598e388a2
3 changed files with 287 additions and 3 deletions

View File

@@ -5,13 +5,20 @@ Custom version for blue_smoothie & xy795's server
## Install
There are 2 ways of installing the modpack.
There are 2 supported ways of installing the modpack.
## Git
The master branch tracks a MultiMC compatible version of the modpack which can be cloned via `git` into
the instance folder of your MultiMC installation.
For MultiMC to be able to pick up the instance, an additional configuration file `instance.cfg` has to be created in the instance folder (the root of the repository):
```
InstanceType=OneSix
name=All the mods 8
```
To update, a simple `git pull` should be sufficient.