Skip to content

Commit

Permalink
Merge pull request #85 from backryun/fabric-1.20.4
Browse files Browse the repository at this point in the history
Ready for adopt 1.20.4
  • Loading branch information
Motschen authored Dec 19, 2023
2 parents f9a54f9 + 266a37d commit 210759c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
push:
branches: [ "fabric-1.19.3" ]
branches: [ "fabric-1.20.4" ]
pull_request:
branches: [ "fabric-1.19.3" ]
branches: [ "fabric-1.20.4" ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
}

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
loader_version=0.14.22
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3

# 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.89.1+1.20.2
satin_version=1.14.0
midnightlib_version=1.5.0-fabric
fabric_version=0.91.3+1.20.4
satin_version=1.15.0
midnightlib_version=1.5.2-fabric
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 210759c

Please sign in to comment.