Add option to specify specific Fabric loader version (#1073)

This commit is contained in:
Marijn
2021-10-17 21:43:41 +02:00
committed by GitHub
parent 6008660a81
commit ee7f2ee739
2 changed files with 16 additions and 1 deletions
+7
View File
@@ -549,6 +549,13 @@ docker run -d -v /path/on/host:/data ... \
-e FABRIC_INSTALLER_URL=http://HOST/fabric-installer-0.5.0.32.jar ...
```
A specific loader version can be requested using `FABRIC_LOADER_VERSION`, such as:
```
docker run -d -v /path/on/host:/data ... \
-e FABRIC_LOADER_VERSION=0.11.7
```
In order to add mods, you have two options:
### Running a Limbo server