From 0d5eb2ea9e7dd601cccfb9817ecb2127b3c17dca Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 24 Jul 2021 16:26:09 -0500 Subject: [PATCH 1/2] docs: fixed heading depth #988 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35155422..610de3e4 100644 --- a/README.md +++ b/README.md @@ -601,13 +601,13 @@ The following example uses `/modpacks` as the container path as the pre-download -e CF_SERVER_MOD=/modpacks/SkyFactory_4_Server_4.1.0.zip \ -p 25565:25565 -e EULA=TRUE --name mc itzg/minecraft-server -#### Modpack data directory +### Modpack data directory By default, CurseForge modpacks are expanded into the sub-directory `/data/FeedTheBeast` and executed from there. (The default location was chosen for legacy reasons, when Curse and FTB were maintained together.) The directory can be changed by setting `CF_BASE_DIR`, such as `-e CF_BASE_DIR=/data`. -#### Buggy start scripts +### Buggy start scripts Some modpacks have buggy or overly complex start scripts. You can avoid using the bundled start script and use this image's standard server-starting logic by adding `-e USE_MODPACK_START_SCRIPT=false`. From b8cd510a0e7150112942a49b83b39adbd965c2d5 Mon Sep 17 00:00:00 2001 From: itzg Date: Sat, 24 Jul 2021 21:26:28 +0000 Subject: [PATCH 2/2] docs: Auto update markdown TOC --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 610de3e4..c34dda04 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ By default, the container will download the latest version of the "vanilla" [Min * [Upgrading](#upgrading) * [Example](#example) * [Running a server with a CurseForge modpack](#running-a-server-with-a-curseforge-modpack) - * [Modpack data directory](#modpack-data-directory) - * [Buggy start scripts](#buggy-start-scripts) + * [Modpack data directory](#modpack-data-directory) + * [Buggy start scripts](#buggy-start-scripts) * [Fixing "unable to launch forgemodloader"](#fixing-unable-to-launch-forgemodloader) * [Working with mods and plugins](#working-with-mods-and-plugins) * [Optional plugins, mods, and config attach points](#optional-plugins-mods-and-config-attach-points) @@ -126,7 +126,7 @@ By default, the container will download the latest version of the "vanilla" [Min * [Enabling Autopause](#enabling-autopause) * [Running on RaspberryPi](#running-on-raspberrypi) - +