From 80b513e4255e27e0f00b43599d03a8235b6536e5 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 19 Mar 2023 18:30:08 -0500 Subject: [PATCH] autocf: adjusted excludes for valhesia-5 --- 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 00000000000..3ece303b86b --- /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 da828e88e09..a96bcba2172 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" + ] } } }