Update libs

This commit is contained in:
modmuss50 2019-10-25 11:58:08 +01:00
parent ef96e41557
commit 14f09886f7

View file

@ -10,7 +10,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath "net.fabricmc:fabric-loom:0.2.5-SNAPSHOT" classpath "net.fabricmc:fabric-loom:0.2.6-SNAPSHOT"
classpath "gradle.plugin.net.minecrell:licenser:0.2.1" classpath "gradle.plugin.net.minecrell:licenser:0.2.1"
classpath 'de.undercouch:gradle-download-task:3.4.3' classpath 'de.undercouch:gradle-download-task:3.4.3'
classpath "com.wynprice.cursemaven:CurseMaven:1.2.2" classpath "com.wynprice.cursemaven:CurseMaven:1.2.2"
@ -73,21 +73,27 @@ 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.2"
modCompile "net.fabricmc:fabric-loader:0.6.1+build.165" modCompile "net.fabricmc:fabric-loader:0.6.3+build.167"
//Fabric api //Fabric api
modCompile "net.fabricmc.fabric-api:fabric-api:0.3.2+build.226-1.14" modCompile "net.fabricmc.fabric-api:fabric-api:0.4.1+build.245-1.14"
modCompile "io.github.prospector:modmenu:1.7.7+build.116" modCompile "io.github.prospector:modmenu:1.7.9+build.118"
modCompile ("me.shedaniel:RoughlyEnoughItems:3.0-pre+build.3") { modCompile ("me.shedaniel:RoughlyEnoughItems:3.0-pre+build.3") {
//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.3.3+1.14.4') {
transitive = false
}
modRuntime ("io.github.cottonmc:Jankson:1.0.0+j1.1.2") {
transitive = false
}
def rcVersion = 'RebornCore:RebornCore-1.14.4:+' def rcVersion = 'RebornCore:RebornCore-1.14.4:+'
modCompile (rcVersion) { modCompile (rcVersion) {
transitive = false transitive = false
changing = true
} }
include rcVersion include rcVersion