docker-minecraft-server icon indicating copy to clipboard operation
docker-minecraft-server copied to clipboard

Forge Version is always for MC 12.2 when using Catserver

Open AlfredQingyao opened this issue 2 years ago • 2 comments

Describe the problem

I want to run a 1.16.5 catserver MC server. I changed the MC server env to 1.16.5 but the forge Version doesn't change. I've tried to add env 'FORGE_FORCE_REINSTALL' and 'FORGE_VERSION=36.2.35' to reinstall right Forge version, but useless.

Container definition

Paste run command or compose file here

image

Container logs

Paste logs here

[init] Running as uid=1000 gid=1000 with /data as 'drwxrwx--- 18 1000 100 4096 Jan 18 21:03 /data' [init] Resolved version given 1.16.5 into 1.16.5 and major version 1.16

[init] Resolving type given Catserver [init] Using Aikar's flags [init] Setting initial memory to 4G and max to 4G [init] Starting the Minecraft server... Loading libraries, please wait... 2023-01-18 21:05:21,914 main WARN Disabling terminal, you're running in an unsupported environment. [21:05:22] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [21:05:22] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [21:05:22] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker [21:05:22] [main/INFO]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading

[21:05:22] [main/INFO]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_212, running on Linux:amd64:5.10.28-Unraid, installed at /usr/lib/jvm/java-1.8-openjdk/jre

AlfredQingyao avatar Jan 18 '23 13:01 AlfredQingyao

Does Catserver support more than 1.12? The feature is documented to only support the one release stream

https://github.com/itzg/docker-minecraft-server#running-a-catserver-type-server

itzg avatar Jan 18 '23 13:01 itzg

With brief research I see that the releases are mixed 1.12 and 1.16.

https://github.com/Luohuayu/CatServer/releases

This will need to be an enhancement to handle those more specifically.

itzg avatar Jan 18 '23 13:01 itzg