Issue with curseforge modpack #2125
-
Im having trouble setting up this modpack called MC Eternal. Setting it up via the jar file is fine but i just cant get it to work with docker. Tried different java8 versions as well as using legacyjavafixer and modpack_start_script=false. heres the link to the modpack: this is the crash report it made: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Seems like a client mod needs to be excluded. Refer to that info further down in this section https://github.com/itzg/docker-minecraft-server#auto-curseforge-management |
Beta Was this translation helpful? Give feedback.
-
FWIW, I got this to work by switching to the "old approach" to CurseForge mods. MC Eternal doesn't ship a list of mods to exclude on server, but it does ship a server mod file.
|
Beta Was this translation helpful? Give feedback.
Don't worry about the JSON file, in fact, I should probably flip the order of paragraphs there.
Instead just pass a comma separated list of mod project IDs to exclude described starting with this paragraph.
Yes, set those variables with the
-e
command line arguments.