Skip to content

Commit

Permalink
updated maven repos
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Aug 21, 2023
1 parent e6429be commit 90726e5
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,46 @@ repositories {
name "extra-mods"
dir file(extraModsDir)
}
maven {
name "JEI"
url "https://dvs1.progwml6.com/files/maven"
}
// maven {
// name "JEI"
// url "https://dvs1.progwml6.com/files/maven"
// }
maven {
name 'CC: Tweaked'
url 'https://squiddev.cc/maven/'
content {
includeGroup "org.squiddev"
}
}
maven {
name 'Crafttweaker/Patchouli/Botania/Immersive Engineering/Gamestages'
name 'Crafttweaker/Patchouli/Botania/Immersive Engineering/Gamestages/JEI'
url 'https://maven.blamejared.com/'
content {
includeGroup "vazkii.patchouli"
includeGroup "vazkii.botania"
includeGroup "mezz.jei"
includeGroup "blusunrize.immersiveengineering"
includeGroup "com.blamejared.crafttweaker"
includeGroup "net.darkhax.gamestages"
}
}
maven {
name 'Curios'
url "https://maven.theillusivec4.top/"
content {
includeGroup "top.theillusivec4.curios"
}
}
maven {
name "K-4u Mod maven"
url "https://modmaven.dev/"
content {
includeGroup "com.jozufozu.flywheel"
includeGroup "com.simibubi.create"
includeGroup "com.tterrag.registrate"
includeGroup "mekanism"
includeGroup "mcjty.theoneprobe"
}
}
maven {
url "https://www.cursemaven.com"
Expand Down

0 comments on commit 90726e5

Please sign in to comment.