Backdate Forge on 1.16.5

This commit is contained in:
Salt 2021-05-22 00:24:26 -05:00
parent c7328f43c2
commit 60943d2f82

View File

@ -12,7 +12,7 @@ declare -a mcversions=(
# Forge version dictionary (we only support one version per) # Forge version dictionary (we only support one version per)
declare -A forgeversions=( declare -A forgeversions=(
["1.12.2"]="14.23.5.2855" ["1.12.2"]="14.23.5.2855"
["1.16.5"]="36.1.23" ["1.16.5"]="36.1.13"
) )
# Build images # Build images