1.20.1
This commit is contained in:
parent
e15feeb465
commit
814dc9ad30
5 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@ curseforge {
|
||||||
id = "237903"
|
id = "237903"
|
||||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||||
releaseType = ENV.RELEASE_CHANNEL ?: "release"
|
releaseType = ENV.RELEASE_CHANNEL ?: "release"
|
||||||
addGameVersion "1.20"
|
addGameVersion "1.20.1"
|
||||||
addGameVersion "Fabric"
|
addGameVersion "Fabric"
|
||||||
|
|
||||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))
|
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"fabric-api": ">=0.82.1",
|
"fabric-api": ">=0.82.1",
|
||||||
"team_reborn_energy": ">=3.0.0",
|
"team_reborn_energy": ">=3.0.0",
|
||||||
"fabric-biome-api-v1": ">=3.0.0",
|
"fabric-biome-api-v1": ">=3.0.0",
|
||||||
"minecraft": ">=1.20- <1.20.1-"
|
"minecraft": ">=1.20.1- <1.20.2-"
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
"Team Reborn",
|
"Team Reborn",
|
||||||
|
|
|
@ -336,7 +336,7 @@ curseforge {
|
||||||
id = "233564"
|
id = "233564"
|
||||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||||
releaseType = ENV.RELEASE_CHANNEL ?: "release"
|
releaseType = ENV.RELEASE_CHANNEL ?: "release"
|
||||||
addGameVersion "1.20" // Also update in RebornCore/build.gradle
|
addGameVersion "1.20.1" // Also update in RebornCore/build.gradle
|
||||||
addGameVersion "Fabric"
|
addGameVersion "Fabric"
|
||||||
|
|
||||||
mainArtifact remapJar
|
mainArtifact remapJar
|
||||||
|
|
|
@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx2G
|
||||||
fabric.loom.multiProjectOptimisation=true
|
fabric.loom.multiProjectOptimisation=true
|
||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=5.8.0
|
mod_version=5.8.1
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://modmuss50.me/fabric.html
|
# check these on https://modmuss50.me/fabric.html
|
||||||
minecraft_version=1.20
|
minecraft_version=1.20.1
|
||||||
yarn_version=1.20+build.1
|
yarn_version=1.20.1+build.1
|
||||||
loader_version=0.14.21
|
loader_version=0.14.21
|
||||||
fapi_version=0.83.0+1.20
|
fapi_version=0.83.0+1.20.1
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
energy_version=3.0.0
|
energy_version=3.0.0
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"reborncore": "*",
|
"reborncore": "*",
|
||||||
"team_reborn_energy": ">=3.0.0",
|
"team_reborn_energy": ">=3.0.0",
|
||||||
"fabric-biome-api-v1": ">=3.0.0",
|
"fabric-biome-api-v1": ">=3.0.0",
|
||||||
"minecraft": ">=1.20- <1.20.1-"
|
"minecraft": ">=1.20.1- <1.20.2-"
|
||||||
},
|
},
|
||||||
"accessWidener": "techreborn.accesswidener",
|
"accessWidener": "techreborn.accesswidener",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
Loading…
Reference in a new issue