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 {
|
||||
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 {
|
||||
url 'http://maven.epoxide.xyz'
|
||||
|
|
Loading…
Reference in a new issue