-
I tried starting the server using a custom modpack supplied as curseforge manifest and additionally downloaded missing mods that couldnt be auto loaded However the server fails on startup with the following error Error: From some initial troubleshooting, it looks like the problem is that forge depends oń some java features removed in java 16. So forge will only run in versions up to java 15, but it seems the container uses a newer one. Is there any way to force the container to use an older java version e.g java 15 to run forge correctly? Thanks in advance for any help on this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/ |
Beta Was this translation helpful? Give feedback.
Make sure you forced synchronize to pick up that exclusion:
https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/#unpublished-modpacks:~:text=If%20needing%20to%20iterate%20on%20the%20options%20above%2C%20set%20CF_FORCE_SYNCHRONIZE%20to%20%22true%22%20to%20ensure%20the%20exclude/includes%20are%20re%2Devaluated.