Replies: 1 comment
-
Take a look at https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#exclude-client-mods |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using AUTO_CURSEFORGE with a modpack from curseforge called "Beyond depth" The server keeps failing to start. I have tried redownloading the mods, but it keeps failing. Maybe I am doing something wrong? But I have only ever done a paper server before.
What could fix this?
Compose:
services: MODSMP: image: itzg/minecraft-server tty: true stdin_open: true ports: - "25565:25565" environment: EULA: "TRUE" TYPE: "AUTO_CURSEFORGE" CF_API_KEY: "$$2a$$10$$gLbVJB7QhcvttiEkwFdR.OuZbPfIre.oXCbNeESIURRwsdmi0sEQy" CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/beyond-depth" CF_EXCLUDE_MODS: "580036" MEMORY: "4G" VERSION: "1.20.1" TZ: "America/Los_Angeles" volumes: # attach the relative directory 'data' to the container's /data path - C:\Users\amand\Desktop\modded:/data restart: on-failure:3
And the error the server gives me is:
crash-2025-07-07_16.05.45-fml.txt
Beta Was this translation helpful? Give feedback.
All reactions