Port to 20w51a

This commit is contained in:
shedaniel
2020-12-02 11:35:32 +08:00
parent ce6fda2a2f
commit f69ab47490
13 changed files with 89 additions and 47 deletions

View File

@@ -72,7 +72,7 @@ curseforge {
apiKey = project.hasProperty("curse_api_key") ? project.property("curse_api_key") : System.getenv("curse_api_key")
project {
id = "419699"
releaseType = "release"
releaseType = "$rootProject.cf_type"
changelogType = "html"
changelog = releaseChangelog()
addGameVersion "1.16.4"