Skip to content

Commit

Permalink
Upload the remapJar for Fabric on Modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Dec 31, 2023
1 parent 739af53 commit 785ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ modrinth {
versionNumber = mod_version
versionName = mod_version + " for Fabric " + minecraft_version
versionType = release_channel // can be release, beta, or alpha
uploadFile = jar
uploadFile = remapJar
gameVersions = [minecraft_version]
loaders = ['fabric']

Expand Down

0 comments on commit 785ab55

Please sign in to comment.