Merge remote-tracking branch 'origin/1.15' into 1.15

This commit is contained in:
modmuss50 2019-11-21 21:51:38 +00:00
commit bc57e38828
4 changed files with 62 additions and 69 deletions

View file

@ -81,10 +81,7 @@ dependencies {
modCompile "net.fabricmc.fabric-api:fabric-api:0.4.13+build.263-1.15"
modCompileOnly "io.github.prospector:modmenu:1.7.9-unstable.19w34a+build.1"
modCompileOnly ("me.shedaniel:RoughlyEnoughItems:3.2.6+build.49") {
//Thanks for moving the project breaking gradle...
exclude group: 'io.github.prospector.modmenu', module: 'ModMenu'
}
modCompileOnly ("me.shedaniel:RoughlyEnoughItems:3.2.7-unstable.201911150440")
modCompile ('io.github.cottonmc:LibCD:1.5.0+1.14.4') {
transitive = false
}