diff --git a/build.gradle b/build.gradle index 23ae16c99..8c652609d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.7-SNAPSHOT' + id 'fabric-loom' version '1.8-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 656a45cca..270895c50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,17 +15,17 @@ mod_version = 0.3.12-sakura.7 # Dependencies (malilib, litematica) #malilib_fileid=4946328 #litematica_fileid=4946471 -malilib_version = 0.21.59-alpha.3 -malilib_id = 2a89f2433e +malilib_version = 0.22.0-sakura.1 +malilib_id = cedafa9370 -litematica_version = 0.19.59-alpha.3 -litematica_id = b7bd136b17 +litematica_version = 0.20.0-sakura.1 +litematica_id = ee96b722e7 # Minecraft, Fabric Loader and API and mappings versions -minecraft_version_out = 1.21.2-pre3 -minecraft_version = 1.21.2-pre3 -mappings_version = 1.21.2-pre3+build.1 +minecraft_version_out = 1.21.2 +minecraft_version = 1.21.2 +mappings_version = 1.21.2+build.1 fabric_loader_version = 0.16.7 -mod_menu_version = 12.0.0-alpha.1 -fabric_api_version = 0.105.3+1.21.2 +mod_menu_version = 12.0.0-beta.1 +fabric_api_version = 0.106.1+1.21.2 diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 2c3521197..a4b76b953 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0aaefbcaf..df97d72b8 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-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-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 8435d853f..15615b6a3 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -23,12 +23,12 @@ "syncmatica.litematica_mixin.json" ], "depends": { - "minecraft": "1.21.2-beta.3", - "fabric-networking-api-v1": ">=4.3.0" + "minecraft": "1.21.2", + "fabric-networking-api-v1": ">=4.3.3" }, "suggests": { - "litematica": "0.19.59-alpha.3", - "malilib": "0.21.59-alpha.3" + "litematica": ">=0.20.0.sakura.1", + "malilib": ">=0.22.0-sakura.1" }, "icon": "assets/syncmatica/icon/logo.png",