Loading other mods
iggycreates opened this issue · 2 comments
iggycreates commented
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?
HumanoidSandvichDispenser commented
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
.
iggycreates commented
I’ll try thanks!
…On Jul 29, 2023 at 11:09 PM -0700, HumanoidSandvichDispenser ***@***.***>, wrote:
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, allcaps no spaces. For example, docker/mods/Tractor Mod -> ENABLE_TRACTORMOD=true.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>