-
Hello everyone, I'm currently creating a Forge Server with 'Better Minecraft' Mod Pack 1.18.2 version. However, I'm struggling a bit, since Im not being able to see the mods in the server :(. It downloads the .zip file into the mod directory, but when I open the mod directory I only see the full Mod Pack with config, scripts, mods, etc. So the question that I have is if I need to only place the better Minecraft mods into the mods directory or if I need to leave all the Mod Pack folder inside there. I hope you can help me 🙂 This is my docker-compose file if needed
And this is what I get when entering the mods directory |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Your compose file looks right, so that is strange what it did. Can you provide the container logs? |
Beta Was this translation helpful? Give feedback.
-
The logs helped to spot it! You'll need to use |
Beta Was this translation helpful? Give feedback.
-
This worked as expected! Thank you so much @itzg |
Beta Was this translation helpful? Give feedback.
The logs helped to spot it! You'll need to use
GENERIC_PACK
instead ofMODPACK
since the latter is only meant for zip files with a flat directory with only mods. The packs from CurseForge tend to be fully structured includingmods
,config
, etc.