Skip to content

Conversation

@nohehf
Copy link
Contributor

@nohehf nohehf commented Feb 20, 2024

When creating a server for create-arcane-engineering modpack I had to force include just-enough-resources-jer.
Here is a PR to add this to the defaults if you wish to, so that it's easier for people that might encounter the same issue :)

Copy link
Owner

@itzg itzg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Extra diffs would be nice to revert, but let me know if that requires too much fighting the IDE/editor.

@itzg
Copy link
Owner

itzg commented Feb 21, 2024

I just tried out the following and it started up fine. I'll plan on following up to this PR with an exclusion scoped to MC Eternal

services: 
  mc:
    image: itzg/minecraft-server:java8-multiarch
    environment:
      EULA: true
      TYPE: FORGE
      VERSION: "1.12.2"
      CURSEFORGE_FILES: just-enough-resources-jer
      CF_API_KEY: ${CF_API_KEY}
    volumes:
      - mc:/data
      
volumes: 
  mc: {}
      

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants