Update 1.16 forge, add 1.18 forge

This commit is contained in:
Salt 2022-05-17 10:42:15 -05:00
parent a35c565148
commit 614818ba04
1 changed files with 3 additions and 1 deletions

View File

@ -6,11 +6,13 @@
# MC version list
declare -a mcversions=(
"1.16.5"
"1.18.2"
)
# Forge version dictionary (we only support one version per)
declare -A forgeversions=(
["1.16.5"]="36.2.26"
["1.16.5"]="36.2.35"
["1.18.2"]="40.1.20"
)
# Build images