Add 1.21 to supported game versions.

No breaking changes between 1.20.6 and 1.21, so everything seems to be
working as expected.
This commit is contained in:
Andreas Troelsen 2024-07-22 22:06:36 +02:00
parent 17317fa0ae
commit 70a46862b0
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
echo 'Look up game version IDs'
game_version_type_id=1
game_version_names='"1.20","1.19","1.18","1.17","1.16","1.15","1.14","1.13"'
game_version_names='"1.21","1.20","1.19","1.18","1.17","1.16","1.15","1.14","1.13"'
type_condition="(.gameVersionTypeID == ${game_version_type_id})"
name_condition="(.name | startswith(${game_version_names}))"

View File

@ -50,7 +50,8 @@ jobs:
"1.17.x",
"1.18.x",
"1.19.x",
"1.20.x"
"1.20.x",
"1.21.x"
]
},
pluginDependencies: {},