Update fabric-api, rei, towelette

This commit is contained in:
drcrazy 2019-12-16 18:34:18 +03:00
parent 0d5f37c6b7
commit 9b496c0a1a

View file

@ -66,10 +66,9 @@ dependencies {
modCompile "net.fabricmc:fabric-loader:0.7.2+build.174"
//Fabric api
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.23+build.276-1.15"
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.24+build.279-1.15"
modCompile "curse.maven:modmenu:2837462"
modCompile ("me.shedaniel:RoughlyEnoughItems:3.2.18")
modCompile ("me.shedaniel:RoughlyEnoughItems:3.2.25")
modCompile ('io.github.cottonmc:LibCD:2.0.1+1.15') {
transitive = false
}
@ -86,7 +85,7 @@ dependencies {
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
modCompileOnly ('curse.maven:towelette:2834316') {
modCompileOnly ('curse.maven:towelette:2842017') {
transitive = false
}