mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-04 17:34:58 +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 {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
// Location of the maven that hosts JEI files (and TiC)
|
// location of the maven for Registrate and Flywheel
|
||||||
name 'Progwml6 maven'
|
name = 'tterrag maven'
|
||||||
url 'https://dvs1.progwml6.com/files/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 {
|
/*maven {
|
||||||
// Location of a maven mirror for JEI files, as a fallback
|
// location of a maven mirror for JEI files, as a fallback
|
||||||
name 'ModMaven'
|
name = "ModMaven"
|
||||||
url 'https://modmaven.k-4u.nl'
|
url = "https://modmaven.dev"
|
||||||
}*/
|
}*/
|
||||||
maven {
|
maven {
|
||||||
// Location of the maven for vazkii's mods
|
// location of the maven for Dynamic Trees
|
||||||
name 'blamejared'
|
url = 'https://harleyoconnor.com/maven'
|
||||||
url 'https://maven.blamejared.com'
|
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
// Location of the maven for mixed mappings, Registrate, and Flywheel
|
// location of the maven for Curios API
|
||||||
name 'tterrag maven'
|
url = "https://maven.theillusivec4.top/"
|
||||||
url 'https://maven.tterrag.com'
|
|
||||||
}
|
}
|
||||||
maven {
|
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 {
|
content {
|
||||||
includeGroup "curse.maven"
|
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 {
|
maven {
|
||||||
name = "Modrinth"
|
name = "Modrinth"
|
||||||
url = "https://api.modrinth.com/maven"
|
url = "https://api.modrinth.com/maven"
|
||||||
|
@ -147,17 +152,10 @@ repositories {
|
||||||
includeGroup "maven.modrinth"
|
includeGroup "maven.modrinth"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
flatDir {
|
flatDir {
|
||||||
dirs 'libs'
|
dirs 'libs'
|
||||||
}
|
}
|
||||||
maven {
|
|
||||||
// Location of maven for CC: Tweaked
|
|
||||||
name = "squiddev"
|
|
||||||
url = "https://squiddev.cc/maven/"
|
|
||||||
content {
|
|
||||||
includeGroup "org.squiddev"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -11,7 +11,7 @@ minecraft_version = 1.18.2
|
||||||
forge_version = 40.2.1
|
forge_version = 40.2.1
|
||||||
|
|
||||||
# build dependency versions
|
# build dependency versions
|
||||||
forgegradle_version = 5.1.53
|
forgegradle_version = 5.1.74
|
||||||
mixingradle_version = 0.7-SNAPSHOT
|
mixingradle_version = 0.7-SNAPSHOT
|
||||||
mixin_version = 0.8.5
|
mixin_version = 0.8.5
|
||||||
librarian_version = 1.+
|
librarian_version = 1.+
|
||||||
|
|
Loading…
Reference in a new issue