diff --git a/build.gradle b/build.gradle index 13a0703f..cc761946 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ if (System.getenv("MODRINTH")) { token = System.getenv("MODRINTH") projectId = 'xUvfRSZh'// The ID of your modrinth project, slugs will not work. versionNumber = "" + version // The version of the mod to upload. - versionType = isStable ? "release" : "beta" + versionType = "release" uploadFile = remapJar // This links to a task that builds your mod jar and sets "uploadFile" to the mod jar. gameVersions = [((String) project.minecraft_version)] changelog = System.getenv("CHANGELOG")