This commit is contained in:
modmuss50 2023-06-12 15:33:56 +01:00
parent e15feeb465
commit 814dc9ad30
5 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ curseforge {
id = "237903"
changelog = ENV.CHANGELOG ?: "No changelog provided"
releaseType = ENV.RELEASE_CHANNEL ?: "release"
addGameVersion "1.20"
addGameVersion "1.20.1"
addGameVersion "Fabric"
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))

View file

@ -32,7 +32,7 @@
"fabric-api": ">=0.82.1",
"team_reborn_energy": ">=3.0.0",
"fabric-biome-api-v1": ">=3.0.0",
"minecraft": ">=1.20- <1.20.1-"
"minecraft": ">=1.20.1- <1.20.2-"
},
"authors": [
"Team Reborn",

View file

@ -336,7 +336,7 @@ curseforge {
id = "233564"
changelog = ENV.CHANGELOG ?: "No changelog provided"
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"
mainArtifact remapJar

View file

@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx2G
fabric.loom.multiProjectOptimisation=true
# Mod properties
mod_version=5.8.0
mod_version=5.8.1
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20
yarn_version=1.20+build.1
minecraft_version=1.20.1
yarn_version=1.20.1+build.1
loader_version=0.14.21
fapi_version=0.83.0+1.20
fapi_version=0.83.0+1.20.1
# Dependencies
energy_version=3.0.0

View file

@ -35,7 +35,7 @@
"reborncore": "*",
"team_reborn_energy": ">=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",
"authors": [