Update 1.16 forge, add 1.18 forge
This commit is contained in:
parent
a35c565148
commit
614818ba04
4
build.sh
4
build.sh
@ -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
|
||||
|
Reference in New Issue
Block a user