Fix incorrect URL for crafttweaker lib
This commit is contained in:
parent
7d10d64a43
commit
f1d878dc64
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ repositories {
|
||||||
}
|
}
|
||||||
ivy {
|
ivy {
|
||||||
name "CraftTweaker"
|
name "CraftTweaker"
|
||||||
artifactPattern "https://addons-origin.cursecdn.com/files/2338/490/[module]-[revision](-[classifier]).[ext]"
|
artifactPattern "https://addons-origin.cursecdn.com/files/2392/421/[module]-[revision](-[classifier]).[ext]"
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url 'http://maven.epoxide.xyz'
|
url 'http://maven.epoxide.xyz'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue