diff --git a/build.gradle b/build.gradle index 340e2e07..43d13847 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version "1.10.1" + id 'fabric-loom' version "1.10-SNAPSHOT" id 'maven-publish' } @@ -108,16 +108,16 @@ dependencies { modRuntimeOnlyMsk "maven.modrinth:sodium:mc1.21.6-0.6.13-fabric" modCompileOnly "maven.modrinth:sodium:mc1.21.6-0.6.13-fabric" - modImplementation("maven.modrinth:lithium:mc1.21.6-0.17.0-fabric") + modImplementation("maven.modrinth:lithium:mc1.21.7-0.18.0-fabric") - modRuntimeOnlyMsk "drouarb:nvidium:0.4.1-beta4:1.21.6@jar" + //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-beta.1") - modRuntimeOnlyMsk("maven.modrinth:modmenu:15.0.0-beta.1") + modCompileOnly("maven.modrinth:modmenu:15.0.0-beta.3") + modRuntimeOnlyMsk("maven.modrinth:modmenu:15.0.0-beta.3") - modCompileOnly("maven.modrinth:iris:1.9.0+1.21.6-fabric") - modRuntimeOnlyMsk("maven.modrinth:iris:1.9.0+1.21.6-fabric") + modCompileOnly("maven.modrinth:iris:1.9.1+1.21.7-fabric") + modRuntimeOnlyMsk("maven.modrinth:iris:1.9.1+1.21.7-fabric") //modCompileOnly("maven.modrinth:starlight:1.1.3+1.20.4") diff --git a/gradle.properties b/gradle.properties index 9e8d76df..86dbdc20 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,12 +6,12 @@ org.gradle.parallel=true # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.21.6 -yarn_mappings=1.21.6+build.1 +minecraft_version=1.21.7 +yarn_mappings=1.21.7+build.1 loader_version=0.16.14 # Fabric API -fabric_version=0.127.0+1.21.6 +fabric_version=0.128.1+1.21.7 # Mod Properties mod_version = 0.2.2-alpha diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 690b996d..484c36e3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,7 +32,7 @@ "common.voxy.mixins.json" ], "depends": { - "minecraft": "1.21.6", + "minecraft": "1.21.7", "fabricloader": ">=0.14.22", "fabric-api": ">=0.91.1", "sodium": ">=0.6.13"