Fix build and update deps

This commit is contained in:
modmuss50 2021-09-01 21:17:58 +01:00
parent 3e2b0e11ae
commit 6c3b461e11
4 changed files with 6 additions and 10 deletions
RebornCore/src/main/resources
build.gradlegradle.properties
src/main/resources

View file

@ -26,8 +26,8 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.6.3", "fabricloader": ">=0.6.3",
"fabric": ">=0.28.3", "fabric": ">=0.40.0",
"team_reborn_energy": ">=0.1.1", "team_reborn_energy": ">=2.0.0-beta1",
"fabric-biome-api-v1": ">=3.0.0" "fabric-biome-api-v1": ">=3.0.0"
}, },
"authors": [ "authors": [

View file

@ -91,10 +91,6 @@ allprojects {
dev dev
} }
repositories {
mavenLocal()
}
// Shared deps between TR and RC // Shared deps between TR and RC
dependencies { dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}" minecraft "com.mojang:minecraft:${project.minecraft_version}"

View file

@ -9,10 +9,10 @@ org.gradle.jvmargs=-Xmx2G
minecraft_version=1.17.1 minecraft_version=1.17.1
yarn_version=1.17.1+build.23:v2 yarn_version=1.17.1+build.23:v2
loader_version=0.11.6 loader_version=0.11.6
fapi_version=0.38.0+1.17 fapi_version=0.40.0+1.17
# Dependencies # Dependencies
energy_version=0.1.1 energy_version=2.0.0-beta1
rei_version=6.0.267-alpha rei_version=6.0.267-alpha
trinkets_version=3.0.2 trinkets_version=3.0.2
autoswitch_version=-SNAPSHOT autoswitch_version=-SNAPSHOT

View file

@ -34,9 +34,9 @@
}, },
"depends": { "depends": {
"fabricloader": ">=0.11.6", "fabricloader": ">=0.11.6",
"fabric": ">=0.37.0", "fabric": ">=0.40.0",
"reborncore": "*", "reborncore": "*",
"team_reborn_energy": ">=0.1.1", "team_reborn_energy": ">=2.0.0-beta1",
"fabric-biome-api-v1": ">=3.0.0" "fabric-biome-api-v1": ">=3.0.0"
}, },
"authors": [ "authors": [