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