Should now build against the enigma fork, not old versions.
parent
6dbe4d7271
commit
c4727ab313
|
@ -22,10 +22,6 @@ repositories {
|
|||
maven {
|
||||
name = 'fabric'
|
||||
url = 'http://maven.fabricmc.net/'
|
||||
}
|
||||
maven {
|
||||
name = 'cuchaz'
|
||||
url = 'http://maven.cuchazinteractive.com/'
|
||||
}
|
||||
maven {
|
||||
name "RX14 Repository"
|
||||
|
@ -57,7 +53,7 @@ dependencies {
|
|||
shade 'commons-io:commons-io:1.4'
|
||||
shade 'com.google.guava:guava:19.0'
|
||||
shade 'net.fabricmc:weave:0.1.0.6'
|
||||
shade 'cuchaz:enigma:+:lib'
|
||||
shade 'cuchaz:enigma:0.11.0.+:lib'
|
||||
shade 'net.fabricmc:tiny-remapper:+'
|
||||
|
||||
//Always fun when your dep needs the tool to build, but the tool needs the dep.
|
||||
|
|
Loading…
Reference in New Issue