mc: add support for BUFFET level type

mc: fix some typos in spigot download messages
This commit is contained in:
Geoff Bourne
2018-07-29 13:41:00 -05:00
parent f66e1ff103
commit 8a26e73dab
4 changed files with 13 additions and 13 deletions

View File

@@ -85,7 +85,7 @@ if [ ! -e $SERVER_PROPERTIES ]; then
echo "Setting level type to $LEVEL_TYPE"
# check for valid values and only then set
case $LEVEL_TYPE in
DEFAULT|FLAT|LARGEBIOMES|AMPLIFIED|CUSTOMIZED|BIOMESOP|RTG)
DEFAULT|FLAT|LARGEBIOMES|AMPLIFIED|CUSTOMIZED|BIOMESOP|RTG|BUFFET)
setServerProp "level-type" "$LEVEL_TYPE"
;;
*)