inital 1.21.11

This commit is contained in:
mcrcortex
2025-12-14 18:02:29 +10:00
parent 0f9287adcb
commit f713ef2e8f
18 changed files with 63 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version "1.11-SNAPSHOT"
id 'fabric-loom' version "1.14-SNAPSHOT"
id 'maven-publish'
}
@@ -106,26 +106,26 @@ 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
modRuntimeOnlyMsk "maven.modrinth:sodium:mc1.21.10-0.7.2-fabric"
modCompileOnly "maven.modrinth:sodium:mc1.21.10-0.7.2-fabric"
modRuntimeOnlyMsk "maven.modrinth:sodium:mc1.21.11-0.8.0-fabric"
modCompileOnly "maven.modrinth:sodium:mc1.21.11-0.8.0-fabric"
modImplementation("maven.modrinth:lithium:mc1.21.10-0.20.0-fabric")
modImplementation("maven.modrinth:lithium:mc1.21.11-0.21.0-fabric")
//modRuntimeOnlyMsk "drouarb:nvidium:0.4.1-beta4:1.21.6@jar"
modCompileOnly "drouarb:nvidium:0.4.1-beta4:1.21.6@jar"
modCompileOnly("maven.modrinth:modmenu:15.0.0")
//modRuntimeOnlyMsk("maven.modrinth:modmenu:15.0.0")
modCompileOnly("maven.modrinth:modmenu:17.0.0-alpha.1")
modRuntimeOnlyMsk("maven.modrinth:modmenu:17.0.0-alpha.1")
modCompileOnly("maven.modrinth:iris:1.9.6+1.21.10-fabric")
modRuntimeOnlyMsk("maven.modrinth:iris:1.9.6+1.21.10-fabric")
modCompileOnly("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")
//modCompileOnly("maven.modrinth:immersiveportals:v5.1.7-mc1.20.4")
modCompileOnly("maven.modrinth:sodium-extra:mc1.21.10-0.7.1+fabric")
modRuntimeOnlyMsk("maven.modrinth:sodium-extra:mc1.21.10-0.7.1+fabric")
modCompileOnly("maven.modrinth:sodium-extra:mc1.21.11-0.8.0+fabric")
modRuntimeOnlyMsk("maven.modrinth:sodium-extra:mc1.21.11-0.8.0+fabric")
modCompileOnly("maven.modrinth:chunky:1.4.40-fabric")
//modRuntimeOnlyMsk("maven.modrinth:chunky:1.4.40-fabric")
@@ -264,8 +264,9 @@ if (!isInGHA) {
}
dependencies {
modRuntimeOnly('me.djtheredstoner:DevAuth-fabric:1.1.0') {
/*
modRuntimeOnly('me.djtheredstoner:DevAuth-fabric:1.2.1') {
exclude group: 'net.fabricmc', module: 'fabric-loader'
}
}*/
}
}