Fix transitive dependencies on reborn core
This commit is contained in:
parent
be96f971e8
commit
d01b7d559d
1 changed files with 3 additions and 1 deletions
|
@ -99,7 +99,9 @@ dependencies {
|
|||
if(!f.exists()){
|
||||
f.mkdir()
|
||||
}
|
||||
deobfCompile 'RebornCore:RebornCore-1.11.2:+:universal'
|
||||
deobfCompile ('RebornCore:RebornCore-1.11.2:+:universal'){
|
||||
transitive = false
|
||||
}
|
||||
deobfCompile "mezz.jei:jei_1.11:+"
|
||||
compile "mcp.mobius.waila:Hwyla:+"
|
||||
compile "net.darkhax.tesla:Tesla:1.11-1.3.0.51:deobf"
|
||||
|
|
Loading…
Add table
Reference in a new issue