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

Problems with running the new all-the-mods8 version #2255

Closed
aventix opened this issue Jun 25, 2023 · 2 comments
Closed

Problems with running the new all-the-mods8 version #2255

aventix opened this issue Jun 25, 2023 · 2 comments
Labels
discussion status/stale No recently activity has been seen and will be closed soon.

Comments

@aventix
Copy link

aventix commented Jun 25, 2023

Describe the problem

Hey, first i wanna thank you for this amazing docker project!

I have following problems, if i install the normal all-the-mods-8 server everything seems fine, but when i try to join, it gives me following errors with the "Hexerei-0.3.2" mod.

image

It seems to be a bug, but maybe im just stupid.

Container definition

version: "3"

services:
  allthemods:
    image: itzg/minecraft-server:latest
    ports:
      - 25565:25565
    environment:
      EULA: "TRUE"
      MEMORY: "13G"
      TYPE: "AUTO_CURSEFORGE"
      CF_API_KEY: "API_KEY"
      CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/all-the-mods-8"
    tty: true
    stdin_open: true
    restart: unless-stopped
    volumes:
      - ./server-data:/data

Container logs

No response

@itzg
Copy link
Owner

itzg commented Jun 25, 2023

It looks like hexerei is one that needs to be manually downloaded, looking at the logs:

2023-06-25T17:10:12.935399592Z [mc-image-helper] 17:10:12.935 WARN  : The authors of the mod 'Hexerei' have disallowed project distribution. Manually download the file 'hexerei-0.3.2.2.jar' from https://www.curseforge.com/minecraft/mc-mods/hexerei and supply via downloads repo or separately.

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.

@github-actions github-actions bot added the status/stale No recently activity has been seen and will be closed soon. label Jul 26, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion status/stale No recently activity has been seen and will be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants