mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-05 06:16:25 +00:00
mc: force latest forge to derive from 1.12.2 for now
This commit is contained in:
@@ -12,6 +12,14 @@ if [[ -z $FORGE_INSTALLER && -z $FORGE_INSTALLER_URL ]]; then
|
||||
norm=${VANILLA_VERSION}.0 ;;
|
||||
esac
|
||||
|
||||
################### TEMPORORAY LOGIC util forge is generally available for 1.13
|
||||
|
||||
if [[ $VERSION = LATEST ]]; then
|
||||
VANILLA_VERSION=1.12.2
|
||||
fi
|
||||
|
||||
#################################################################################
|
||||
|
||||
echo "Checking Forge version information."
|
||||
case $FORGEVERSION in
|
||||
RECOMMENDED)
|
||||
|
||||
Reference in New Issue
Block a user