Server isn't loading modpacks #2406
-
Hi There, I try to make a minecraft server for my son and of course it should be a Forge server. He would like very much to have this modpack https://www.curseforge.com/minecraft/modpacks/guns-nukes-and-planes2-0/files active. I guess my issue is very similar with this one: #2314 but I cannot exactly point on what is not functioning... here is my compose file:
what I have also tried (variation):
Here are the logs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Started with this version: "3.8"
services:
mcforge:
image: itzg/minecraft-server
environment:
EULA: true
MOD_PLATFORM: AUTO_CURSEFORGE
# assuming populated .env file in same directory
CF_API_KEY: ${CF_API_KEY}
CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/guns-nukes-and-planes2-0"
ports:
- "25565:25565"
volumes:
- ./data:/data But that modpack dislikes automation:
So, I downloaded the file from https://www.curseforge.com/minecraft/modpacks/guns-nukes-and-planes2-0/files/4623303, created a new directory called "modpacks" next to the compose file, dropped it in there, and used this version: "3.8"
services:
mcforge:
image: itzg/minecraft-server
environment:
EULA: true
MOD_PLATFORM: AUTO_CURSEFORGE
# assuming populated .env file in same directory
CF_API_KEY: ${CF_API_KEY}
CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/guns-nukes-and-planes2-0"
CF_MODPACK_ZIP: /modpacks/Guns-Nukes-And-Planes.zip
MEMORY: 4G
ports:
- "25565:25565"
volumes:
- ./data:/data
- ./modpacks:/modpacks:ro My directory looks like this ![]() |
Beta Was this translation helpful? Give feedback.
Started with this
But that modpack dislikes automation: