mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-06 06:46:27 +00:00
For AUTO_CURSEFORGE, fixed typo with CF_EXCLUDE_MODS (#1901)
This commit is contained in:
@@ -45,9 +45,11 @@ defaultModExcludes=(
|
||||
433760 # not-enough-animations
|
||||
568563 # entity-texture-features-fabric
|
||||
274259 # carry-on
|
||||
787666 # ignitioncoil, not a client mod, but doesn't seem to play nice with server mode
|
||||
700629 # defensive-measures
|
||||
)
|
||||
: "${CF_EXLUDE_MODS:=${defaultModExcludes[@]}}"
|
||||
args+=(--exclude-mods="$CF_EXLUDE_MODS")
|
||||
: "${CF_EXCLUDE_MODS:=${defaultModExcludes[@]}}"
|
||||
args+=(--exclude-mods="$CF_EXCLUDE_MODS")
|
||||
|
||||
defaultModForceIncludes=(
|
||||
656526 # revelationary
|
||||
|
||||
Reference in New Issue
Block a user