I’m trying to launch a custom Forge 1.20.1 modpack on my server and I’ve been troubleshooting for hours. I I’m stuck on a persistent crash during startup.
Here’s what I’ve confirmed:
- Server is set to Forge 47.4.0 and Java 17
- I’ve removed JEED and JEI from the mods/ folder, but the crash log still shows JEED trying to load and failing due to missing dependencies
- I’ve also cleared config/, defaultconfigs/, and serverconfig/ folders of JEED-related files, but the error persists
- The second crash is from the Create mod, which throws a MixinTransformerError. I’m using create-1.20.1-6.0.6.jar and create_central_kitchen-1.20.1-for-create-6.0.4-1.4.1.jar, which may be incompatible
- The log also shows a missing class from Farmers Respite (CoffeeBushBlock), which Central Kitchen appears to be trying to hook into
Additionally, the log mentions:
Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_16 supports class version 60)
Even though the server is set to Java 17, this message keeps appearing.
Could this be a GPORTAL environment issue — like cached mod data, auto-restored configs, or a misreported Java version? I’ve wiped and re-uploaded the server pack multiple times, but the same crash keeps happening.
Any help would be massively appreciated. I’m happy to provide full logs or modpack files if needed.