1.19
This commit is contained in:
parent
6cde366510
commit
6347296509
5 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ curseforge {
|
|||
id = "237903"
|
||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||
releaseType = ENV.RELEASE_CHANNEL ?: "release"
|
||||
addGameVersion "1.18.2"
|
||||
addGameVersion "1.19"
|
||||
addGameVersion "Fabric"
|
||||
|
||||
mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar"))
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.6",
|
||||
"fabric": ">=0.52.4",
|
||||
"fabric": ">=0.55.1",
|
||||
"team_reborn_energy": ">=2.2.0",
|
||||
"fabric-biome-api-v1": ">=3.0.0",
|
||||
"minecraft": "~1.19-beta.1"
|
||||
|
|
|
@ -207,7 +207,7 @@ dependencies {
|
|||
|
||||
include project(":RebornCore")
|
||||
|
||||
optionalDependency "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
|
||||
disabledOptionalDependency "me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}"
|
||||
disabledOptionalDependency "com.github.emilyploszaj:trinkets:${project.trinkets_version}"
|
||||
disabledOptionalDependency "net.oskarstrom:DashLoader:${project.dashloader_version}"
|
||||
|
||||
|
@ -362,7 +362,7 @@ curseforge {
|
|||
id = "233564"
|
||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||
releaseType = ENV.RELEASE_CHANNEL ?: "release"
|
||||
addGameVersion "1.18.2" // Also update in RebornCore/build.gradle
|
||||
addGameVersion "1.19" // Also update in RebornCore/build.gradle
|
||||
addGameVersion "Fabric"
|
||||
|
||||
mainArtifact remapJar
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
# Mod properties
|
||||
mod_version=5.3.0-beta.1
|
||||
mod_version=5.2.0
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://modmuss50.me/fabric.html
|
||||
minecraft_version=1.19-rc1
|
||||
yarn_version=1.19-rc1+build.2
|
||||
minecraft_version=1.19
|
||||
yarn_version=1.19+build.1
|
||||
loader_version=0.14.6
|
||||
fapi_version=0.55.0+1.19
|
||||
fapi_version=0.55.1+1.19
|
||||
|
||||
# Dependencies
|
||||
energy_version=2.2.0
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.6",
|
||||
"fabric": ">=0.52.4",
|
||||
"fabric": ">=0.55.1",
|
||||
"reborncore": "*",
|
||||
"team_reborn_energy": ">=2.2.0",
|
||||
"fabric-biome-api-v1": ">=3.0.0",
|
||||
|
|
Loading…
Reference in a new issue