Closed dominik-warch closed 4 months ago
You seem to be mixing up features. Use this to grab from Modrinth
https://docker-minecraft-server.readthedocs.io/en/latest/mods-and-plugins/modrinth/
Ah indeed! Thank you for your fast response. For refence, with this compose.yml everything works:
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
TYPE: "FABRIC"
MODRINTH_DOWNLOAD_DEPENDENCIES: "required"
MODRINTH_PROJECTS: |
fabric-api
chunky
volumes:
# attach the relative directory 'data' to the container's /data path
- ./data:/data
Describe the problem
I'm trying to install the Chunky Plugin for Fabric but the plugin does not recognize fabic being installed and so the mod resolution and the following server startup fails.
Container definition
Container logs