Commit 16b024e4 by Jonathan Thomas

Expanding to include 1.20.3 and 1.20.4

parent 2471080a
Pipeline #12130 passed with stage
in 1 minute 39 seconds
......@@ -17,9 +17,9 @@ build_mod:
- java -version
script:
- |
declare -a versions=("1.20" "1.20.1" "1.20.2")
declare -a mappings=("1.20+build.1" "1.20.1+build.10" "1.20.2+build.4")
declare -a fabric_versions=("0.83.0+1.20" "0.92.1+1.20.1" "0.91.6+1.20.2")
declare -a versions=("1.20" "1.20.1" "1.20.2" "1.20.3" "1.20.4")
declare -a mappings=("1.20+build.1" "1.20.1+build.10" "1.20.2+build.4" "1.20.3+build.1" "1.20.4+build.3")
declare -a fabric_versions=("0.83.0+1.20" "0.92.1+1.20.1" "0.91.6+1.20.2" "0.91.1+1.20.3" "0.97.0+1.20.4")
for i in "${!versions[@]}"; do
minecraft_version="${versions[$i]}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment