FIx REI Compat for 1.15 snapshots (#1888)

This commit is contained in:
shedaniel 2019-11-16 01:17:06 +08:00 committed by modmuss50
parent f9b9279500
commit 16fe02f359
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.12+build.261-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
}