diff options
Diffstat (limited to 'fabric')
| -rw-r--r-- | fabric/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fabric/build.gradle b/fabric/build.gradle index c51d51579..9ce45f7d5 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -116,7 +116,7 @@ unifiedPublishing { project { displayName = "[Fabric $rootProject.supported_version] v$project.version" releaseType = rootProject.unstable == "false" ? "release" : "alpha" - gameVersions = [] + gameVersions = ["1.21.1"] gameLoaders = ["fabric"] changelog = rootProject.releaseChangelog |
