We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0093e5a commit b03a819Copy full SHA for b03a819
build.gradle
@@ -191,6 +191,7 @@ modrinth {
191
versionNumber = project.mod_version // You don't need to set this manually. Will fail if Modrinth has this version already
192
versionType = "release" // This is the default -- can also be `beta` or `alpha`
193
uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`!
194
+ additionalFiles = [remapSourcesJar]
195
gameVersions = ["b1.7.3"] // Must be an array, even with only one version
196
loaders = ["fabric"] // Must also be an array - no need to specify this if you're using Loom or ForgeGradle
197
changelog = Files.readString(java.nio.file.Path.of("${rootProject.projectDir}/CHANGELOG.md"))
0 commit comments