diff --git a/build.gradle b/build.gradle index d928baa..21d560e 100644 --- a/build.gradle +++ b/build.gradle @@ -44,11 +44,10 @@ dependencies { implementation "net.fabricmc:fabric-loader:${project.loader_version}" - // Fabric API. This is technically optional, but you probably want it anyway. implementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - implementation "maven.modrinth:hudder:10.0.0-26.1" - implementation "com.terraformersmc:modmenu:18.0.0-alpha.6" + implementation "maven.modrinth:hudder:10.0.0-26.2" + compileOnly "com.terraformersmc:modmenu:18.0.0-alpha.6" provided 'org.json:json:20250517' diff --git a/gradle.properties b/gradle.properties index a247542..e54cd94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,9 +7,9 @@ org.gradle.configuration-cache=false # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=26.1 -loader_version=0.18.2 -loom_version=1.15-SNAPSHOT +minecraft_version=26.2 +loader_version=0.19.3 +loom_version=1.17-SNAPSHOT # Mod Properties mod_version=10.0.0 @@ -17,4 +17,4 @@ maven_group=dev.ngspace.hudder.spotifier archives_base_name=spotifier # Dependencies -fabric_version=0.144.0+26.1 \ No newline at end of file +fabric_version=0.152.2+26.2 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bad7c24..5dd3c01 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0f32a5c..7cf9c20 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,7 +22,7 @@ }, "depends": { "fabricloader": "*", - "minecraft": ">=26.1", + "minecraft": ">26.1", "java": ">=25", "fabric-api": "*", "hudder": ">=9.0.0 <11.0.0"