fix workflow+update deps

This commit is contained in:
Backryun
2023-10-02 15:59:28 +09:00
parent f9a54f936d
commit a092873127
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
on: on:
push: push:
branches: [ "fabric-1.19.3" ] branches: [ "fabric-1.20.2" ]
pull_request: pull_request:
branches: [ "fabric-1.19.3" ] branches: [ "fabric-1.20.2" ]
permissions: permissions:
contents: read contents: read

View File

@@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.3-SNAPSHOT' id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -5,7 +5,7 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.20.2 minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1 yarn_mappings=1.20.2+build.2
loader_version=0.14.22 loader_version=0.14.22
# Mod Properties # Mod Properties
@@ -15,6 +15,6 @@ org.gradle.parallel=true
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # 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 satin_version=1.14.0
midnightlib_version=1.5.0-fabric midnightlib_version=1.5.0-fabric