Skip to content

ATM10 errors I that seem obvious but can't get past #3112

@Bluewasabe

Description

@Bluewasabe

Sorry if this is a repeat question with all the mods, but I've tried removing/downgrading mods like allthewizard gear and sodium-extra but I can not get this server to work. Also a crash report is not being generated which I am used to so commented out always on for clear end point of logs.

Docker compose file

services:
  mc:
    image: itzg/minecraft-server
    tty: true
    stdin_open: true
    ports:
      - "25568:25565"
    #restart: unless-stopped
    environment:
      CF_API_KEY: <key>
      EULA: "TRUE"
      TYPE: "AUTO_CURSEFORGE"
      CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/all-the-mods-10/
      CF_FORCE_SYNCHRONIZE: TRUE
      #CF_EXCLUDE_MODS: |
      #  sodium_extra
      #  sodium
      #  allthewizardgear
      #  betterdungeons
      INIT_MEMORY: 5G
      MAX_MEMORY: 18G
      SEED: <seed>
      OPS: <names>
      KEEP_INVENTORY: "TRUE"
      WHITELIST: "TRUE"
      WHITELIST_USERS: <names>
      ALLOW_FLIGHT: "TRUE"
      SLEEP_PERCENT: "0"  # Add this line to set sleep percent to zero
    volumes:
      # attach the relative directory 'data' to the container's /data path
      - ./data:/data

logs.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionstatus/staleNo recently activity has been seen and will be closed soon.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions