mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-11 04:22:00 +01:00
Update JEI Maven and FG
This commit is contained in:
parent
eeeb2f4509
commit
eaf71102a7
2 changed files with 28 additions and 30 deletions
56
build.gradle
56
build.gradle
|
@ -107,39 +107,44 @@ minecraft {
|
|||
|
||||
repositories {
|
||||
maven {
|
||||
// Location of the maven that hosts JEI files (and TiC)
|
||||
name 'Progwml6 maven'
|
||||
url 'https://dvs1.progwml6.com/files/maven'
|
||||
// location of the maven for Registrate and Flywheel
|
||||
name = 'tterrag maven'
|
||||
url = 'https://maven.tterrag.com'
|
||||
}
|
||||
maven {
|
||||
// location of the maven that hosts JEI files since January 2023
|
||||
// location of the maven for Vazkii's mods
|
||||
name = "Jared's maven"
|
||||
url = "https://maven.blamejared.com/"
|
||||
}
|
||||
/*maven {
|
||||
// Location of a maven mirror for JEI files, as a fallback
|
||||
name 'ModMaven'
|
||||
url 'https://modmaven.k-4u.nl'
|
||||
// location of a maven mirror for JEI files, as a fallback
|
||||
name = "ModMaven"
|
||||
url = "https://modmaven.dev"
|
||||
}*/
|
||||
maven {
|
||||
// Location of the maven for vazkii's mods
|
||||
name 'blamejared'
|
||||
url 'https://maven.blamejared.com'
|
||||
// location of the maven for Dynamic Trees
|
||||
url = 'https://harleyoconnor.com/maven'
|
||||
}
|
||||
maven {
|
||||
// Location of the maven for mixed mappings, Registrate, and Flywheel
|
||||
name 'tterrag maven'
|
||||
url 'https://maven.tterrag.com'
|
||||
// location of the maven for Curios API
|
||||
url = "https://maven.theillusivec4.top/"
|
||||
}
|
||||
maven {
|
||||
url 'https://www.cursemaven.com'
|
||||
// location of maven for CC: Tweaked
|
||||
name = "squiddev"
|
||||
url = "https://squiddev.cc/maven/"
|
||||
content {
|
||||
includeGroup "org.squiddev"
|
||||
}
|
||||
}
|
||||
|
||||
maven {
|
||||
url = 'https://www.cursemaven.com'
|
||||
content {
|
||||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
//location of the maven for dynamic trees
|
||||
url 'https://harleyoconnor.com/maven'
|
||||
}
|
||||
maven {
|
||||
//location of the maven for curios api
|
||||
url = "https://maven.theillusivec4.top/"
|
||||
}
|
||||
maven {
|
||||
name = "Modrinth"
|
||||
url = "https://api.modrinth.com/maven"
|
||||
|
@ -147,17 +152,10 @@ repositories {
|
|||
includeGroup "maven.modrinth"
|
||||
}
|
||||
}
|
||||
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
maven {
|
||||
// Location of maven for CC: Tweaked
|
||||
name = "squiddev"
|
||||
url = "https://squiddev.cc/maven/"
|
||||
content {
|
||||
includeGroup "org.squiddev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -11,7 +11,7 @@ minecraft_version = 1.18.2
|
|||
forge_version = 40.2.1
|
||||
|
||||
# build dependency versions
|
||||
forgegradle_version = 5.1.53
|
||||
forgegradle_version = 5.1.74
|
||||
mixingradle_version = 0.7-SNAPSHOT
|
||||
mixin_version = 0.8.5
|
||||
librarian_version = 1.+
|
||||
|
|
Loading…
Reference in a new issue