Skip to content
New issue

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

"konkrete" maybe shouldn't be excluded #3299

Closed
EmilyxFox opened this issue Feb 9, 2025 · 1 comment · Fixed by #3300
Closed

"konkrete" maybe shouldn't be excluded #3299

EmilyxFox opened this issue Feb 9, 2025 · 1 comment · Fixed by #3300
Labels

Comments

@EmilyxFox
Copy link
Contributor

EmilyxFox commented Feb 9, 2025

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

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

Container logs

[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 ]
@itzg
Copy link
Owner

itzg commented Feb 9, 2025

Thanks for capturing that. Feel free to PR that 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants