From a0928731270d9bcd7f38e8f39ac8685e0bb5f106 Mon Sep 17 00:00:00 2001 From: Backryun Date: Mon, 2 Oct 2023 15:59:28 +0900 Subject: [PATCH] fix workflow+update deps --- .github/workflows/gradle.yml | 4 ++-- build.gradle | 2 +- gradle.properties | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8df2321..75bd056 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,8 +1,8 @@ on: push: - branches: [ "fabric-1.19.3" ] + branches: [ "fabric-1.20.2" ] pull_request: - branches: [ "fabric-1.19.3" ] + branches: [ "fabric-1.20.2" ] permissions: contents: read diff --git a/build.gradle b/build.gradle index b09c67e..733c244 100755 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.3-SNAPSHOT' + id 'fabric-loom' version '1.4-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index a94510f..47e369b 100755 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.20.2 - yarn_mappings=1.20.2+build.1 + yarn_mappings=1.20.2+build.2 loader_version=0.14.22 # Mod Properties @@ -15,6 +15,6 @@ org.gradle.parallel=true # 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.89.1+1.20.2 + fabric_version=0.89.3+1.20.2 satin_version=1.14.0 midnightlib_version=1.5.0-fabric