We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea05d7 commit ddf93ffCopy full SHA for ddf93ff
gm4/plugins/manifest.py
@@ -21,7 +21,7 @@
21
22
parent_logger = logging.getLogger("gm4.manifest")
23
24
-SUPPORTED_GAME_VERSIONS = ["1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9"]
+SUPPORTED_GAME_VERSIONS = ["1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10"]
25
26
# config models for beet.yaml metas
27
CreditsModel = dict[str, list[str]]
0 commit comments