update 1.21.7

This commit is contained in:
mcrcortex
2025-07-01 09:02:19 +10:00
parent 69b96eee96
commit 3e193bb675
3 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version "1.10.1" id 'fabric-loom' version "1.10-SNAPSHOT"
id 'maven-publish' id 'maven-publish'
} }
@@ -108,16 +108,16 @@ dependencies {
modRuntimeOnlyMsk "maven.modrinth:sodium:mc1.21.6-0.6.13-fabric" modRuntimeOnlyMsk "maven.modrinth:sodium:mc1.21.6-0.6.13-fabric"
modCompileOnly "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 "drouarb:nvidium:0.4.1-beta4:1.21.6@jar"
modCompileOnly("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.1") modRuntimeOnlyMsk("maven.modrinth:modmenu:15.0.0-beta.3")
modCompileOnly("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.0+1.21.6-fabric") modRuntimeOnlyMsk("maven.modrinth:iris:1.9.1+1.21.7-fabric")
//modCompileOnly("maven.modrinth:starlight:1.1.3+1.20.4") //modCompileOnly("maven.modrinth:starlight:1.1.3+1.20.4")

View File

@@ -6,12 +6,12 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.6 minecraft_version=1.21.7
yarn_mappings=1.21.6+build.1 yarn_mappings=1.21.7+build.1
loader_version=0.16.14 loader_version=0.16.14
# Fabric API # Fabric API
fabric_version=0.127.0+1.21.6 fabric_version=0.128.1+1.21.7
# Mod Properties # Mod Properties
mod_version = 0.2.2-alpha mod_version = 0.2.2-alpha

View File

@@ -32,7 +32,7 @@
"common.voxy.mixins.json" "common.voxy.mixins.json"
], ],
"depends": { "depends": {
"minecraft": "1.21.6", "minecraft": "1.21.7",
"fabricloader": ">=0.14.22", "fabricloader": ">=0.14.22",
"fabric-api": ">=0.91.1", "fabric-api": ">=0.91.1",
"sodium": ">=0.6.13" "sodium": ">=0.6.13"