printfuck/stardew-multiplayer-docker

Loading other mods

iggycreates opened this issue · 2 comments

Thanks for this docker! I am trying to add my own mods into the mods folder, but it only loads the default mods you put. How can I add my own mods?

You can add your mods to the docker/mods directory and rebuild the container. Then add an env variable to the compose file. The name of the variable should be ENABLE_ + mod name + _MOD, allcaps no spaces. For example, docker/mods/Tractor Mod -> ENABLE_TRACTORMOD_MOD=true.