mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-30 10:47:15 +00:00
Fixed exclusion of no-night-vision-flashing (#2970)
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
"necronomicon",
|
"necronomicon",
|
||||||
"nekos-enchanted-books",
|
"nekos-enchanted-books",
|
||||||
"no-recipe-book",
|
"no-recipe-book",
|
||||||
"no-night-vision-flashing",
|
"no-nv-flash",
|
||||||
"not-enough-animations",
|
"not-enough-animations",
|
||||||
"oculus",
|
"oculus",
|
||||||
"oldjavawarning",
|
"oldjavawarning",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ set -eu
|
|||||||
: "${CF_FORCE_SYNCHRONIZE:=false}"
|
: "${CF_FORCE_SYNCHRONIZE:=false}"
|
||||||
: "${CF_FORCE_REINSTALL_MODLOADER:=false}"
|
: "${CF_FORCE_REINSTALL_MODLOADER:=false}"
|
||||||
: "${CF_IGNORE_MISSING_FILES:=}"
|
: "${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_EXCLUDE_MODS:=}"
|
||||||
: "${CF_FORCE_INCLUDE_MODS:=}"
|
: "${CF_FORCE_INCLUDE_MODS:=}"
|
||||||
: "${CF_SET_LEVEL_FROM:=}" # --set-level-from
|
: "${CF_SET_LEVEL_FROM:=}" # --set-level-from
|
||||||
|
|||||||
Reference in New Issue
Block a user