diff --git a/build.gradle b/build.gradle index 02f492d..41f5168 100644 --- a/build.gradle +++ b/build.gradle @@ -126,7 +126,7 @@ modrinth { versionNumber = "${project.mod_version}+${project.minecraft_version}" // You don't need to set this manually. Will fail if Modrinth has this version already versionType = "release" // This is the default -- can also be `beta` or `alpha` uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`! - gameVersions = ["1.19.3", "1.19.4"] // Must be an array, even with only one version + gameVersions = ["1.19.3", "1.19.4", "1.20", "1.20.1"] // Must be an array, even with only one version loaders = ["fabric"] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle dependencies { // A special DSL for creating dependencies // scope.type