Merge pull request #339 from SConaway/patch-4

Remove Forge hacks
This commit is contained in:
Geoff Bourne 2019-06-19 21:51:46 -05:00 committed by GitHub
commit fe846d8f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,6 @@ if [[ -z $FORGE_INSTALLER && -z $FORGE_INSTALLER_URL ]]; then
norm=${VANILLA_VERSION}.0 ;; norm=${VANILLA_VERSION}.0 ;;
esac 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." echo "Checking Forge version information."