Added starlight
This commit is contained in:
+1
-1
Submodule core updated: 976874e7a3...4c122512ac
@@ -31,6 +31,14 @@ repositories {
|
||||
includeGroup "maven.modrinth"
|
||||
}
|
||||
}
|
||||
|
||||
// Required for Starlight
|
||||
maven {
|
||||
url "https://www.cursemaven.com"
|
||||
content {
|
||||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -46,6 +54,9 @@ dependencies {
|
||||
exclude(group: "net.fabricmc.fabric-api")
|
||||
}
|
||||
|
||||
// Starlight
|
||||
modImplementation "curse.maven:starlight-521783:${project.starlight_version_fabric}"
|
||||
|
||||
// Sodium
|
||||
modImplementation "maven.modrinth:sodium:${project.sodium_version}"
|
||||
implementation "org.joml:joml:1.10.2"
|
||||
|
||||
@@ -23,9 +23,22 @@ configurations {
|
||||
developmentForge.extendsFrom common
|
||||
}
|
||||
|
||||
repositories {
|
||||
// Required for Starlight
|
||||
maven {
|
||||
url "https://www.cursemaven.com"
|
||||
content {
|
||||
includeGroup "curse.maven"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
forge "net.minecraftforge:forge:${rootProject.minecraft_version}-${rootProject.forge_version}"
|
||||
|
||||
// Starlight
|
||||
// implementation("curse.maven:starlight-forge-526854:${project.starlight_version_forge}")
|
||||
|
||||
common(project(path: ":common", configuration: "namedElements")) { transitive false }
|
||||
shadowMe(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
|
||||
|
||||
|
||||
+2
-1
@@ -13,6 +13,7 @@ fabric_loader_version=0.12.12
|
||||
fabric_api_version=0.44.0+1.18
|
||||
# Fabric mods
|
||||
modmenu_version=3.0.0
|
||||
starlight_version_fabric=3554912
|
||||
sodium_version=mc1.18-0.4.0-alpha5
|
||||
# iris_version=1.18.x-v1.1.4
|
||||
# immersive_portals_version = v1.0.4-1.18
|
||||
@@ -20,4 +21,4 @@ fabric_api_version=0.44.0+1.18
|
||||
# Forge loader
|
||||
forge_version=39.0.5
|
||||
# Forge mods
|
||||
## currentlly no mods ##
|
||||
# starlight_version_forge=3559934
|
||||
Reference in New Issue
Block a user