File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ if (System.getenv("MODRINTH")) {
146146 uploadFile = jar // This links to a task that builds your mod jar and sets "uploadFile" to the mod jar.
147147 gameVersions = [((String ) project. minecraft_version)]
148148 changelog = System . getenv(" CHANGELOG" )
149- loaders = [" fabric" , " quilt " ]
149+ loaders = [" fabric" ]
150150 }
151151
152152 jar {
@@ -166,8 +166,7 @@ curseforge {
166166 changelogType = " markdown"
167167 addGameVersion((project. minecraft_version. contains(" -" ) ? ((String ) project. minecraft_version. split(" -" )[0 ] + " -snapshot" ) : project. minecraft_version))
168168 addGameVersion " Fabric"
169- addGameVersion " Quilt"
170- mainArtifact(jar)
169+ mainArtifact(jar. archiveFile)
171170
172171 afterEvaluate {
173172 uploadTask. dependsOn(" jar" )
You can’t perform that action at this time.
0 commit comments