mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-13 10:25:09 +01:00
fix workflow+update deps
This commit is contained in:
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.3-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.4-SNAPSHOT'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user