Replies: 1 comment 1 reply
-
|
moreoverlays sounds like a client mod and shouldn't be included by the server. Perhaps reclamation util needs to be excluded. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Describe the problem
I am attempting to run a Minecraft server using the
itzg/minecraft-server:java21-alpinecontainer with the CurseForge modpack "Reclamation: Reclaim the World" (slug:reclamation-reclaim-the-world) for Minecraft version 1.20.1. However, the server crashes during startup due to a missing dependency.The error indicates that the
reclamation_utilmod requiresmoreoverlaysbut this dependency is not being installed automatically by the container's CurseForge integration.Container definition
Container logs (key error)
Environment details
itzg/minecraft-server:java21-alpineAUTO_CURSEFORGEExpected behavior
The container should automatically resolve and install all required dependencies for the modpack, including the
moreoverlaysmod thatreclamation_utildepends on.I tried adding
moreoverlaysormore-overlaysto both theCF_EXCLUDE_MODSandCF_FORCE_INCLUDE_MODSbut unfortunately none of that worked.Beta Was this translation helpful? Give feedback.
All reactions