mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 19:55:10 +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:
|
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
|
||||||
|
|||||||
@@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user