1 Mod continues to fail to load #3574
Unanswered
HalcyonsOmen
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The first two are formatted correctly. Make sure to also temporarily set CF_FORCE_SYNCHRONIZE to "true". |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm also having an issue with particle rain |
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.
-
Every time I attempt to start my server up, I run into an issue with 1 specific mod. The mod won't load correctly and leads to a crash report. I referred to a previous post in the discussions to which I was led to https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#exclude-client-mods . I attempted to follow the documentation, but I don't know any proper syntax and need help making this work. Currently I've tried
environment:
CF_EXCLUDE_MODS: 421897
environment:
CF_EXCLUDE_MODS: particlerain
environment:
CF_EXCLUDE_MODS: |
/data/mods/particlerain-4.0.0-alpha.3+1.20.1-forge.jar
I'm not sure what the correct way to set it up is, because the documentation didn't have an example for what I was looking for. The documentation mentions passing a comma or space delimited list of project slugs or IDs, however I am not knowledgeable of how to do that. Let me know what the proper syntax would be for this thank you.
Beta Was this translation helpful? Give feedback.
All reactions