Release for 1.20!
This commit is contained in:
parent
2412f8e093
commit
a6a889475b
3 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ curseforge {
|
|||
id = "237903"
|
||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||
releaseType = ENV.RELEASE_CHANNEL ?: "release"
|
||||
addGameVersion "1.19.4"
|
||||
addGameVersion "1.20"
|
||||
addGameVersion "Fabric"
|
||||
|
||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))
|
||||
|
|
|
@ -336,7 +336,7 @@ curseforge {
|
|||
id = "233564"
|
||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||
releaseType = ENV.RELEASE_CHANNEL ?: "release"
|
||||
addGameVersion "1.19.4" // Also update in RebornCore/build.gradle
|
||||
addGameVersion "1.20" // Also update in RebornCore/build.gradle
|
||||
addGameVersion "Fabric"
|
||||
|
||||
mainArtifact remapJar
|
||||
|
|
|
@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx2G
|
|||
fabric.loom.multiProjectOptimisation=true
|
||||
|
||||
# Mod properties
|
||||
mod_version=5.7.0
|
||||
mod_version=5.8.0
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.20-rc1
|
||||
yarn_version=1.20-pre6+build.2
|
||||
minecraft_version=1.20
|
||||
yarn_version=1.20+build.1
|
||||
loader_version=0.14.21
|
||||
fapi_version=0.83.0+1.20
|
||||
|
||||
|
|
Loading…
Reference in a new issue