diff --git a/files/custom/README.md b/files/custom/README.md index 0b11996..3582923 100644 --- a/files/custom/README.md +++ b/files/custom/README.md @@ -31,10 +31,14 @@ cat > globals.xml << EOF EOF ``` +Restart the server. + ### No food For a more survival-oriented experience, one can prevent food from spawning in the world, forcing players to hunt and fish for food. +Food still spawns on the infected and in containers. Any other mod that adds food will also be unaffected. + Go into the server container: ```shell @@ -66,6 +70,8 @@ Always lint any XML file that is created/merged: xmllint --noout types.xml ``` +Restart the server for the changes to take effect. + Explanation: * Start xmlstarlet in edit mode * Add a new XML node at the root named "food"