How to use server.properties from CF server pack #3656
Unanswered
CraigSiemens
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Files from a modpack's overrides directory are also extracted. Set the env var DEBUG to "true" to see why it might be skipping those. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m creating a Docker image for Forever Factory. When I download the server pack manually, it includes a
server.properties
andserver-icon.png
that serve as good default settings for the pack. Additionally, it provides a nice icon for the server in the client.The docker image downloads all the mods and runs smoothly, but it doesn’t seem to download or use the
server.properties
from the pack. I could manually set the properties in the Dockerfile, but I was wondering if there’s a simpler way to achieve this.My Dockerfile
Beta Was this translation helpful? Give feedback.
All reactions