From 0dd3e9e9b72c2d3c75b2f7506a60f0e9699f423e Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 19 Mar 2023 18:42:08 -0500 Subject: [PATCH] autocf: adjusted excludes for valhesia-5 (#2018) --- examples/valhesia5/docker-compose.yml | 18 ++++++++++++++++++ files/cf-exclude-include.json | 6 ++++++ 2 files changed, 24 insertions(+) create mode 100644 examples/valhesia5/docker-compose.yml diff --git a/examples/valhesia5/docker-compose.yml b/examples/valhesia5/docker-compose.yml new file mode 100644 index 00000000..3ece303b --- /dev/null +++ b/examples/valhesia5/docker-compose.yml @@ -0,0 +1,18 @@ +version: "3.8" + +services: + mc: + image: itzg/minecraft-server + ports: + - "25565:25565" + environment: + EULA: "true" + TYPE: AUTO_CURSEFORGE + CF_FORCE_SYNCHRONIZE: "true" + CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/valhelsia-5/files/4429560 + MEMORY: 4G + volumes: + - data:/data + +volumes: + data: {} \ No newline at end of file diff --git a/files/cf-exclude-include.json b/files/cf-exclude-include.json index da828e88..a96bcba2 100644 --- a/files/cf-exclude-include.json +++ b/files/cf-exclude-include.json @@ -8,6 +8,7 @@ "extreme-sound-muffler", "ignitioncoil", "legendary-tooltips", + "neat", "nekos-enchanted-books", "not-enough-animations", "oculus", @@ -23,6 +24,11 @@ "forceIncludes": [ "revelationary" ] + }, + "valhelsia-5": { + "excludes": [ + "modernfix" + ] } } }