Skip to content

Commit

Permalink
Update to 1.20.5 (#30)
Browse files Browse the repository at this point in the history
* Update to 24w04a

* Update to 24w09a

* Update to 24w10a

* Update to 24w13a

---------

Co-authored-by: Patbox <[email protected]>
  • Loading branch information
DrexHD and Patbox authored Apr 18, 2024
1 parent cbaf99a commit b45d6c4
Show file tree
Hide file tree
Showing 17 changed files with 230 additions and 454 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'fabric-loom' version '1.4.+'
id 'fabric-loom' version '1.6.+'
id 'maven-publish'
}

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21

archivesBaseName = project.archives_base_name
version = project.mod_version
Expand Down
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
loader_version=0.15.1
# check these on https://fabricmc.net/versions.html
minecraft_version=24w13a
yarn_mappings=24w13a+build.2
loader_version=0.15.7

#Fabric api
fabric_version=0.91.1+1.20.4
fabric_version=0.96.12+1.20.5


# Mod Properties
mod_version = 1.4.2+1.20.4
maven_group = eu.pb4
archives_base_name = sgui
mod_version = 1.5.0+1.20.5
maven_group = eu.pb4
archives_base_name = sgui

# 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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit b45d6c4

Please sign in to comment.