From dd0bcda23c4c1be933c008c90dbc3cbc0e3f319f Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 31 Jan 2016 09:13:22 -0600 Subject: [PATCH] Fixes #58 by allowing FML versions 1.8.8+ to be 3-part --- minecraft-server/start-minecraft.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/minecraft-server/start-minecraft.sh b/minecraft-server/start-minecraft.sh index face1504..f47e08d8 100755 --- a/minecraft-server/start-minecraft.sh +++ b/minecraft-server/start-minecraft.sh @@ -62,17 +62,8 @@ case "$TYPE" in ;; FORGE|forge) - # norm := the official Minecraft version as Forge is tracking it. dropped the third part starting with 1.8 TYPE=FORGE - case $VANILLA_VERSION in - 1.7.*) - norm=$VANILLA_VERSION - ;; - - *) - norm=`echo "$VANILLA_VERSION" | sed 's/^\([0-9]\+\.[0-9]\+\).*/\1/'` - ;; - esac + norm=$VANILLA_VERSION echo "Checking Forge version information." case $FORGEVERSION in