From ef583e6aceba6fb1f3594eb203655a1ee753167a Mon Sep 17 00:00:00 2001 From: Backryun Date: Mon, 11 Dec 2023 18:22:27 +0900 Subject: [PATCH] Ready for update 1.20.4 --- .github/workflows/gradle.yml | 4 ++-- gradle.properties | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 75bd056..f52c2eb 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,8 +1,8 @@ on: push: - branches: [ "fabric-1.20.2" ] + branches: [ "fabric-1.20.4" ] pull_request: - branches: [ "fabric-1.20.2" ] + branches: [ "fabric-1.20.4" ] permissions: contents: read diff --git a/gradle.properties b/gradle.properties index 47cc716..5b45436 100755 --- a/gradle.properties +++ b/gradle.properties @@ -4,17 +4,17 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.20.2 - yarn_mappings=1.20.2+build.4 - loader_version=0.14.24 + minecraft_version=1.20.4 + yarn_mappings=1.20.4+build.1 + loader_version=0.15.1 # Mod Properties - mod_version=3.1.1 + mod_version=3.2.0 maven_group=com.tterrag.blur archives_base_name=blur # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.90.7+1.20.2 + fabric_version=0.91.2+1.20.4 satin_version=1.14.0 midnightlib_version=1.5.0-fabric diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 870dc35..7cf0814 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.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME