Added support for downloading mods from Modrinth (#1577)

This commit is contained in:
Geoff Bourne
2022-06-27 09:08:21 -05:00
committed by GitHub
parent 8d7a5275a8
commit 7001f2bcba
10 changed files with 143 additions and 70 deletions

View File

@@ -0,0 +1,15 @@
version: "3"
services:
mc:
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "true"
SETUP_ONLY: "true"
TYPE: FABRIC
FABRIC_LAUNCHER: /servers/fake.jar
CUSTOM_SERVER: /servers/fake.jar
MODRINTH_PROJECTS: fabric-api,cloth-config
volumes:
- ./data:/data
- ./fake.jar:/servers/fake.jar