mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-05 01:49:16 +00:00
Fixed exclusion of no-night-vision-flashing (#2970)
This commit is contained in:
parent
62ce504da3
commit
bcd8db1306
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
"necronomicon",
|
||||
"nekos-enchanted-books",
|
||||
"no-recipe-book",
|
||||
"no-night-vision-flashing",
|
||||
"no-nv-flash",
|
||||
"not-enough-animations",
|
||||
"oculus",
|
||||
"oldjavawarning",
|
||||
|
|
|
@ -12,7 +12,7 @@ set -eu
|
|||
: "${CF_FORCE_SYNCHRONIZE:=false}"
|
||||
: "${CF_FORCE_REINSTALL_MODLOADER:=false}"
|
||||
: "${CF_IGNORE_MISSING_FILES:=}"
|
||||
: "${CF_EXCLUDE_INCLUDE_FILE=https://raw.githubusercontent.com/itzg/docker-minecraft-server/master/files/cf-exclude-include.json}"
|
||||
: "${CF_EXCLUDE_INCLUDE_FILE=/image/cf-exclude-include.json}"
|
||||
: "${CF_EXCLUDE_MODS:=}"
|
||||
: "${CF_FORCE_INCLUDE_MODS:=}"
|
||||
: "${CF_SET_LEVEL_FROM:=}" # --set-level-from
|
||||
|
|
Loading…
Reference in a new issue