Bump dependencies
This commit is contained in:
parent
1b35ef88ee
commit
7d17823b55
2 changed files with 7 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -41,12 +41,14 @@ repositories {
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
name = 'curseforge'
|
name = 'curseforge'
|
||||||
|
// REI
|
||||||
url = 'https://minecraft.curseforge.com/api/maven'
|
url = 'https://minecraft.curseforge.com/api/maven'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url 'https://jitpack.io'
|
url 'https://jitpack.io'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
|
// LibCD
|
||||||
url 'http://server.bbkr.space:8081/artifactory/libs-release'
|
url 'http://server.bbkr.space:8081/artifactory/libs-release'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -72,18 +74,18 @@ group = 'TechReborn'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:1.14.4"
|
minecraft "com.mojang:minecraft:1.14.4"
|
||||||
mappings "net.fabricmc:yarn:1.14.4+build.2"
|
mappings "net.fabricmc:yarn:1.14.4+build.9"
|
||||||
modCompile "net.fabricmc:fabric-loader:0.6.3+build.167"
|
modCompile "net.fabricmc:fabric-loader:0.6.3+build.168"
|
||||||
|
|
||||||
//Fabric api
|
//Fabric api
|
||||||
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.1+build.245-1.14"
|
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.1+build.245-1.14"
|
||||||
|
|
||||||
modCompile "io.github.prospector:modmenu:1.7.9+build.118"
|
modCompile "io.github.prospector:modmenu:1.7.9+build.118"
|
||||||
modCompile ("me.shedaniel:RoughlyEnoughItems:3.0-pre+build.3") {
|
modCompile ("me.shedaniel:RoughlyEnoughItems:3.1.8+build.35") {
|
||||||
//Thanks for moving the project breaking gradle...
|
//Thanks for moving the project breaking gradle...
|
||||||
exclude group: 'io.github.prospector.modmenu', module: 'ModMenu'
|
exclude group: 'io.github.prospector.modmenu', module: 'ModMenu'
|
||||||
}
|
}
|
||||||
modCompile ('io.github.cottonmc:LibCD:1.3.3+1.14.4') {
|
modCompile ('io.github.cottonmc:LibCD:1.5.0+1.14.4') {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
modRuntime ("io.github.cottonmc:Jankson:1.0.0+j1.1.2") {
|
modRuntime ("io.github.cottonmc:Jankson:1.0.0+j1.1.2") {
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.4.0",
|
"fabricloader": ">=0.6.3",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"reborncore": "*"
|
"reborncore": "*"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue