Cleanroom and Curseforge modpack? (Nomi CEu) #4026
-
|
Hello everyone, I am trying to get a Nomifactory Ceu server running via the Cleanroom method described here. Is it possible to combine auto curseforge with a cleanroom forge file? I tried lo I tried something like this but it didn't work. I followed the these are some of the logs. not sure how to expose the full logs. my apologies Seeing this Regardless, is cleanroom and a curseforge modpack possible? :0 Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The log shows that Cleanroom is not the loader being used in that compose file.
That means the environment:
TYPE: FORGE
FORGE_INSTALLER_URL: https://github.com/CleanroomMC/Cleanroom/releases/download/.../cleanroom-...-installer.jarAuto CurseForge can install the loader declared by the modpack, and it has You probably have two practical paths:
I would not set this up as both Auto CurseForge and custom Cleanroom installer at the same time, because those two modes are trying to control the same loader installation step. |
Beta Was this translation helpful? Give feedback.
The log shows that Cleanroom is not the loader being used in that compose file.
MODPACK_PLATFORM: AUTO_CURSEFORGElets the CurseForge modpack flow own the mod loader installation. In your log it downloads the modpack and then installs Forge14.23.5.2860:That means the
FORGE_INSTALLER_URLpath is not winning here. The documented Cleanroom setup is:Auto CurseForge can install the loader declared by the modpack, and it has
CF_MOD_LO…