diff --git a/gradle.properties b/gradle.properties index 513709e..bc73fa7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,19 +3,17 @@ org.gradle.jvmargs=-Xmx1G org.gradle.parallel=true # Mod Properties -mod_version = 1.2.5 +mod_version = 1.2.5-mc26.2 maven_group = com.bvengo archives_base_name = soundcontroller # Versioning ## Fabric: https://fabricmc.net/develop ## ModMenu: https://maven.terraformersmc.com/com/terraformersmc/modmenu +modmenu_version=20.0.0-beta.3 -modmenu_version=20.0.0-alpha.1 - -minecraft_version=26.2-rc-2 +minecraft_version=26.2 loader_version=0.19.3 loom_version=1.17-SNAPSHOT -# Fabric API -fabric_version=0.152.1+26.2 \ 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 1a70468..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.5.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 7a67aae..3f81598 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "soundcontroller", - "version": "1.2.5", + "version": "${version}", "icon": "assets/soundcontroller/icon.png", "name": "Sound Controller", @@ -36,7 +36,7 @@ ], "depends": { "fabricloader": ">=0.18.4", - "minecraft": ">=26.1", + "minecraft": ">=26.2", "java": ">=25", "fabric-api": "*" },