mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
Fixes #58 by allowing FML versions 1.8.8+ to be 3-part
This commit is contained in:
parent
afa710455d
commit
dd0bcda23c
1 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue