Skip to content

Wrong version of Neoforge being installed #3701

@H4ckerxx44

Description

@H4ckerxx44

Describe the problem

After the little issues there were today, I am now facing a different one.

Whenever I start my container with NEOFORGE as the Server type and 21.1.208 as Forge Version, the server actually tries to install neoforge 21.1.1.

Container definition

docker run
  -d
  --name='1-itzg-minecraft-server'
  --net='main-net'
  --ip='172.18.101.11'
  --cpuset-cpus='0,1,2,3,4,6,7,8,9,10,11'
  --pids-limit 2048
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="unraid-main"
  -e HOST_CONTAINERNAME="1-itzg-minecraft-server"
  -e 'MEMORY'='24G'
  -e 'TZ'='Europe/Berlin'
  -e 'TYPE'='NEOFORGE'
  -e 'VERSION'='1.21.1'
  -e 'MOTD'='server 1'
  -e 'DIFFICULTY'='easy'
  -e 'ICON'=''
  -e 'OVERRIDE_ICON'='FALSE'
  -e 'HARDCORE'='false'
  -e 'SEED'='9069742059252809546'
  -e 'MODE'='survival'
  -e 'SERVER_NAME'='server-1'
  -e 'CF_API_KEY'=''
  -e 'CF_PAGE_URL'=''
  -e 'CF_SLUG'=''
  -e 'false'='false'
  -e 'MAX_PLAYERS'='20'
  -e 'EULA'='TRUE'
  -e 'SNOOPER_ENABLED'='false'
  -e 'SPAWN_PROTECTION'='0'
  -e 'GENERATOR_SETTINGS'=''
  -e 'LEVEL_TYPE'='minecraft:default'
  -e 'PVP'='true'
  -e 'LEVEL'='world-2'
  -e 'EXEC_DIRECTLY'='true'
  -e 'STOP_SERVER_ANNOUNCE_DELAY'='5'
  -e 'FABRIC_LAUNCHER_VERSION'=''
  -e 'FABRIC_LOADER_VERSION'=''
  -e 'FORGE_VERSION'='21.1.209'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://djeqr6to3dedg.cloudfront.net/repo-logos/itzg/minecraft-server/live/logo-1704684813344.png'
  -p '10010:25565/tcp'
  -p '10010:25565/udp'
  -p '10011:8100/tcp'
  -v '/mnt/ssd_storage/keep/gameservers/minecraft/server-1':'/data':'rw'
  -v '/mnt/ssd_storage/keep/gameservers/minecraft/server-1/downloads':'/downloads':'rw'
  -v '/mnt/user/data/archive/minecraft backups/server-1/':'/data/backups/':'rw'
  --health-cmd='mc-health'
  --health-interval=5s
  --health-retries=20
  --health-timeout=5s
  --health-start-period=1m 'itzg/minecraft-server' sh run.sh

Container logs

[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxrwx 1 1000 1000 838 Oct  9 14:13 /data'
[init] Image info: buildtime=2025-10-06T12:13:31.937Z,version=java21,revision=18f69b7680cc29354eb08af44334c4a2d577fbb8
[init] Resolving type given NEOFORGE
[mc-image-helper] 14:49:12.772 INFO  : NeoForge version 21.1.1 for minecraft version 1.21.1 is already installed
[init] Copying any mods from /mods to /data/mods
[init] Copying any configs from /config to /data/config
[init] Setting mode
[mc-image-helper] 14:49:16.505 INFO  : Created/updated 1 property in /data/server.properties
[init] Setting initial memory to 24G and max to 24G
[init] Using Forge supplied run.sh script...
[14:49:18.737] [main/INFO] [Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.neoForgeVersion, 21.1.1, --fml.fmlVersion, 4.0.24, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430] 
[14:49:18.740] [main/INFO] [Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.8+9-LTS 
[14:49:18.741] [main/INFO] [Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.8 by Eclipse Adoptium; OS Linux arch amd64 version 6.12.24-Unraid 
[14:49:19.654] [main/INFO] [loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver 
[14:49:19.717] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.6 Source=union:/data/libraries/net/fabricmc/sponge-mixin/0.14.0+mixin.0.8.6/sponge-mixin-0.14.0+mixin.0.8.6.jar%2375!/ Service=ModLauncher Env=SERVER 

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions