Sodium update + fog change

This commit is contained in:
mcrcortex
2025-12-18 13:41:59 +10:00
parent bc995f9c0f
commit 1e4500a912
9 changed files with 95 additions and 112 deletions

View File

@@ -24,6 +24,21 @@ repositories {
includeGroup "maven.modrinth"
}
}
exclusiveContent {
forRepository {
maven {
name "caffeinemcRepository"
url "https://maven.caffeinemc.net/snapshots"
}
}
filter {
includeGroup "net.caffeinemc"
}
}
maven { url = "https://maven.shedaniel.me/" }
maven { url = "https://maven.terraformersmc.com/releases/" }
@@ -106,7 +121,9 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
//TODO: this is to eventually not need sodium installed as atm its just used for parsing shaders
modImplementation "maven.modrinth:sodium:mc1.21.11-0.8.0-fabric"
//modImplementation "maven.modrinth:sodium:mc1.21.11-0.8.0-fabric"
modImplementation "net.caffeinemc:sodium-fabric:0.8.1-SNAPSHOT+mc1.21.11+"
modImplementation("maven.modrinth:lithium:mc1.21.11-0.21.0-fabric")
@@ -117,7 +134,7 @@ dependencies {
modRuntimeOnlyMsk("maven.modrinth:modmenu:17.0.0-alpha.1")
modCompileOnly("maven.modrinth:iris:1.10.0+1.21.11-fabric")
modRuntimeOnlyMsk("maven.modrinth:iris:1.10.0+1.21.11-fabric")
//modRuntimeOnlyMsk("maven.modrinth:iris:1.10.0+1.21.11-fabric")
//modCompileOnly("maven.modrinth:starlight:1.1.3+1.20.4")