diff --git a/build.gradle b/build.gradle index 20a0ed4b5..cf89fb5ae 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.9.2' + id 'fabric-loom' version '1.8-SNAPSHOT' } //sourceCompatibility = JavaVersion.VERSION_21 diff --git a/gradle.properties b/gradle.properties index 811a382cc..b080b64c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,13 +12,13 @@ mod_file_name = tweakeroo-fabric mod_version = 0.22.2-sakura.7 # Required malilib version -malilib_version = 19395e4326 +malilib_version = 651ec77cbf # Minecraft, Fabric Loader and API and mappings versions minecraft_version_out = 1.21.3 minecraft_version = 1.21.3 mappings_version = 1.21.3+build.2 -fabric_loader_version = 0.16.9 +fabric_loader_version = 0.16.7 mod_menu_version = 12.0.0-beta.1 # fabric_api_version = 0.106.1+1.21.3 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 94113f200..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.11-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 389d00221..9a7e7ff26 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,6 +34,6 @@ "depends": { "minecraft": ">=1.21.2 <=1.21.3", - "malilib": ">=0.22.3-sakura.5" + "malilib": ">=0.22.3-sakura.6" } }