Fix build and update deps
This commit is contained in:
parent
3e2b0e11ae
commit
6c3b461e11
4 changed files with 6 additions and 10 deletions
|
@ -26,8 +26,8 @@
|
|||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.6.3",
|
||||
"fabric": ">=0.28.3",
|
||||
"team_reborn_energy": ">=0.1.1",
|
||||
"fabric": ">=0.40.0",
|
||||
"team_reborn_energy": ">=2.0.0-beta1",
|
||||
"fabric-biome-api-v1": ">=3.0.0"
|
||||
},
|
||||
"authors": [
|
||||
|
|
|
@ -91,10 +91,6 @@ allprojects {
|
|||
dev
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
// Shared deps between TR and RC
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:${project.minecraft_version}"
|
||||
|
|
|
@ -9,10 +9,10 @@ org.gradle.jvmargs=-Xmx2G
|
|||
minecraft_version=1.17.1
|
||||
yarn_version=1.17.1+build.23:v2
|
||||
loader_version=0.11.6
|
||||
fapi_version=0.38.0+1.17
|
||||
fapi_version=0.40.0+1.17
|
||||
|
||||
# Dependencies
|
||||
energy_version=0.1.1
|
||||
energy_version=2.0.0-beta1
|
||||
rei_version=6.0.267-alpha
|
||||
trinkets_version=3.0.2
|
||||
autoswitch_version=-SNAPSHOT
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
},
|
||||
"depends": {
|
||||
"fabricloader": ">=0.11.6",
|
||||
"fabric": ">=0.37.0",
|
||||
"fabric": ">=0.40.0",
|
||||
"reborncore": "*",
|
||||
"team_reborn_energy": ">=0.1.1",
|
||||
"team_reborn_energy": ">=2.0.0-beta1",
|
||||
"fabric-biome-api-v1": ">=3.0.0"
|
||||
},
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in a new issue