mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-21 13:18:31 +00:00
autocf: adjusted excludes for valhesia-5 (#2018)
This commit is contained in:
@@ -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: {}
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
"extreme-sound-muffler",
|
"extreme-sound-muffler",
|
||||||
"ignitioncoil",
|
"ignitioncoil",
|
||||||
"legendary-tooltips",
|
"legendary-tooltips",
|
||||||
|
"neat",
|
||||||
"nekos-enchanted-books",
|
"nekos-enchanted-books",
|
||||||
"not-enough-animations",
|
"not-enough-animations",
|
||||||
"oculus",
|
"oculus",
|
||||||
@@ -23,6 +24,11 @@
|
|||||||
"forceIncludes": [
|
"forceIncludes": [
|
||||||
"revelationary"
|
"revelationary"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"valhelsia-5": {
|
||||||
|
"excludes": [
|
||||||
|
"modernfix"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user