mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-12 03:00:30 +00:00
Switch over to Curse maven for now
It stinks, but it's a suitable workaround. Closes #184
This commit is contained in:
parent
978c28a686
commit
4b4b47e231
@ -57,6 +57,10 @@ repositories {
|
||||
name "Amadornes"
|
||||
url "http://maven.amadornes.com/"
|
||||
}
|
||||
maven {
|
||||
name "CurseForge"
|
||||
url "https://minecraft.curseforge.com/api/maven/"
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
@ -68,7 +72,8 @@ configurations {
|
||||
dependencies {
|
||||
deobfProvided "mezz.jei:jei_1.12.2:4.15.0.269:api"
|
||||
deobfProvided "pl.asie:Charset-Lib:0.5.4.6"
|
||||
deobfProvided "MCMultiPart2:MCMultiPart:2.5.3"
|
||||
// Curse dependency, while Amadornes's maven is down
|
||||
deobfProvided "mcmultipart:MCMultiPart:2.5.3"
|
||||
|
||||
runtime "mezz.jei:jei_1.12.2:4.15.0.269"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user