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" + ] } } }