Track Minecraft version also in Fabric install marker

For #361
This commit is contained in:
Geoff Bourne 2019-09-14 22:29:54 -05:00
parent 621962ad9c
commit 8859d223bf

View file

@ -28,7 +28,7 @@ elif [[ ! -e $FABRIC_INSTALLER ]]; then
exit 2
fi
installMarker=".fabric-installed-${FABRIC_VERSION:-manual}"
installMarker=".fabric-installed-${VANILLA_VERSION}-${FABRIC_VERSION:-manual}"
if [[ ! -e $installMarker ]]; then
if [[ ! -e $FABRIC_INSTALLER ]]; then