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-alpine
container 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_util
mod requiresmoreoverlays
but 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-alpine
AUTO_CURSEFORGE
Expected behavior
The container should automatically resolve and install all required dependencies for the modpack, including the
moreoverlays
mod thatreclamation_util
depends on.I tried adding
moreoverlays
ormore-overlays
to both theCF_EXCLUDE_MODS
andCF_FORCE_INCLUDE_MODS
but unfortunately none of that worked.Beta Was this translation helpful? Give feedback.
All reactions