We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like konkrete which is currently on the default exclude list probably shouldn't be. It seems to prevent the Cottage Witch modpack from starting. I haven't looked too much into it. There was a conversation on the Discord server about it.
konkrete
services: mc: image: itzg/minecraft-server:java17 tty: true stdin_open: true ports: - 25565:25565 environment: EULA: "TRUE" TYPE: AUTO_CURSEFORGE VERSION: 1.17.0 CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/cottage-witch CF_API_KEY: REDACTED MEMORY: 6G USE_AIKAR_FLAGS: "true" DIFFICULTY: "2" ENABLE_COMMAND_BLOCK: "true" ALLOW_FLIGHT: "true" volumes: - ./data:/data:z
[15:15:55] [main/ERROR] [minecraft/Main]: Failed to start the minecraft server 2025-02-09T15:15:55.966178834Z net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [ 2025-02-09T15:15:55.966180293Z Mod §ebiomesinjars§r requires §6konkrete§r §o1.5.0 or above§r 2025-02-09T15:15:55.966181834Z §7Currently, §6konkrete§r§7 is §o§nnot installed 2025-02-09T15:15:55.966182834Z ]
The text was updated successfully, but these errors were encountered:
Thanks for capturing that. Feel free to PR that 😄
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the problem
It looks like
konkrete
which is currently on the default exclude list probably shouldn't be. It seems to prevent the Cottage Witch modpack from starting. I haven't looked too much into it. There was a conversation on the Discord server about it.Container definition
Container logs
The text was updated successfully, but these errors were encountered: