Skip to content

Commit

Permalink
fix: Add Folia field
Browse files Browse the repository at this point in the history
  • Loading branch information
Runkang10 committed Oct 19, 2024
1 parent b09e62e commit 2fbf77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ modrinth {
versionType.set("release")
uploadFile.set(tasks.shadowJar.get().archiveFile)
gameVersions.addAll(listOf("1.21", "1.21.1"))
loaders.add("paper")
loaders.addAll(listOf("paper", "folia"))
syncBodyFrom.set(rootProject.file("README.md").readText())
}

Expand Down

0 comments on commit 2fbf77d

Please sign in to comment.