mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-26 15:06:28 +01:00
Re-add sodium/embeddium, iris/oculus, starlight dependencies
This commit is contained in:
parent
7aed7c7ad1
commit
85f68997e0
4 changed files with 67 additions and 0 deletions
|
@ -12,6 +12,23 @@ repositories {
|
|||
name = 'ParchmentMC'
|
||||
url = 'https://maven.parchmentmc.org'
|
||||
}
|
||||
maven {
|
||||
url 'https://www.cursemaven.com'
|
||||
content {
|
||||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name 'tterrag maven'
|
||||
url 'https://maven.tterrag.com/'
|
||||
}
|
||||
maven {
|
||||
name = "Modrinth"
|
||||
url = "https://api.modrinth.com/maven"
|
||||
content {
|
||||
includeGroup "maven.modrinth"
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
|
|
@ -35,6 +35,23 @@ repositories {
|
|||
name = 'ParchmentMC'
|
||||
url = 'https://maven.parchmentmc.org'
|
||||
}
|
||||
maven {
|
||||
url 'https://www.cursemaven.com'
|
||||
content {
|
||||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name 'tterrag maven'
|
||||
url 'https://maven.tterrag.com/'
|
||||
}
|
||||
maven {
|
||||
name = "Modrinth"
|
||||
url = "https://api.modrinth.com/maven"
|
||||
content {
|
||||
includeGroup "maven.modrinth"
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
@ -52,6 +69,12 @@ dependencies {
|
|||
modLocalRuntime "net.fabricmc.fabric-api:fabric-api:$fabric_api_version"
|
||||
|
||||
compileOnly project(path: ':common', configuration: 'namedElements')
|
||||
|
||||
// switch to implementation for debugging
|
||||
modCompileOnly "maven.modrinth:starlight:$starlight_version"
|
||||
|
||||
modCompileOnly "maven.modrinth:sodium:$sodium_version"
|
||||
modCompileOnly "maven.modrinth:iris:$iris_version"
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
@ -35,6 +35,23 @@ repositories {
|
|||
name = 'ParchmentMC'
|
||||
url = 'https://maven.parchmentmc.org'
|
||||
}
|
||||
maven {
|
||||
url 'https://www.cursemaven.com'
|
||||
content {
|
||||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name 'tterrag maven'
|
||||
url 'https://maven.tterrag.com/'
|
||||
}
|
||||
maven {
|
||||
name = "Modrinth"
|
||||
url = "https://api.modrinth.com/maven"
|
||||
content {
|
||||
includeGroup "maven.modrinth"
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
@ -48,6 +65,9 @@ dependencies {
|
|||
forge "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
|
||||
|
||||
compileOnly project(path: ':common', configuration: 'namedElements')
|
||||
|
||||
modCompileOnly "maven.modrinth:embeddium:$embeddium_version"
|
||||
modCompileOnly "maven.modrinth:oculus:$oculus_version"
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
|
@ -22,3 +22,10 @@ mixin_version = 0.8.5
|
|||
librarian_version = 1.+
|
||||
cursegradle_version = 1.4.0
|
||||
parchment_version = 2023.09.03
|
||||
|
||||
# dependency mod versions
|
||||
embeddium_version = 0.3.9+mc1.20.1
|
||||
oculus_version = 1.20.1-1.6.15a
|
||||
sodium_version = mc1.20.1-0.5.8
|
||||
iris_version = 1.6.17+1.20.1
|
||||
starlight_version = 1.1.2+1.20
|
||||
|
|
Loading…
Reference in a new issue