From 90907f7b1edaca361655b895abec23c00a2a8419 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 1 Sep 2018 16:35:31 -0500 Subject: [PATCH] mc: allow for RWG world type Fixes #246 --- minecraft-server/start-finalSetup04ServerProperties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft-server/start-finalSetup04ServerProperties b/minecraft-server/start-finalSetup04ServerProperties index b0dd64f5..a75f0001 100755 --- a/minecraft-server/start-finalSetup04ServerProperties +++ b/minecraft-server/start-finalSetup04ServerProperties @@ -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|BUFFET) + DEFAULT|FLAT|LARGEBIOMES|AMPLIFIED|CUSTOMIZED|BIOMESOP|RTG|RWG|BUFFET) setServerProp "level-type" "$LEVEL_TYPE" ;; *)