From 12b0c29c01439e094f6e7e6864bddf595ce1342e Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:07:27 +1000 Subject: [PATCH] 1.21.10 --- build.gradle | 6 +++--- gradle.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index d6215021..1c4d3de4 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ dependencies { modRuntimeOnlyMsk "maven.modrinth:sodium:mc1.21.9-0.7.0-fabric" modCompileOnly "maven.modrinth:sodium:mc1.21.9-0.7.0-fabric" - modImplementation("maven.modrinth:lithium:mc1.21.9-0.19.0-fabric") + modImplementation("maven.modrinth:lithium:mc1.21.10-0.20.0-fabric") //modRuntimeOnlyMsk "drouarb:nvidium:0.4.1-beta4:1.21.6@jar" modCompileOnly "drouarb:nvidium:0.4.1-beta4:1.21.6@jar" @@ -116,8 +116,8 @@ dependencies { modCompileOnly("maven.modrinth:modmenu:15.0.0") //modRuntimeOnlyMsk("maven.modrinth:modmenu:15.0.0") - modCompileOnly("maven.modrinth:iris:1.9.3+1.21.9-fabric") - modRuntimeOnlyMsk("maven.modrinth:iris:1.9.3+1.21.9-fabric") + modCompileOnly("maven.modrinth:iris:1.9.4+1.21.10-fabric") + modRuntimeOnlyMsk("maven.modrinth:iris:1.9.4+1.21.10-fabric") //modCompileOnly("maven.modrinth:starlight:1.1.3+1.20.4") diff --git a/gradle.properties b/gradle.properties index f88e70a5..ce2ed4f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,13 +7,13 @@ org.gradle.daemon = false # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.21.9 -yarn_mappings=1.21.9+build.1 +minecraft_version=1.21.10 +yarn_mappings=1.21.10+build.1 loader_version=0.17.2 loom_version=1.11-SNAPSHOT # Fabric API -fabric_version=0.133.14+1.21.9 +fabric_version=0.134.1+1.21.10 # Mod Properties