Skip to content

Commit

Permalink
Update Gradle and Fabric versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chikorita-Lover committed Apr 2, 2024
1 parent 9f37187 commit 52aa351
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.0-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.parallel=true
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.3
loader_version=0.15.7

# Mod Properties
mod_version = 1.1.0
Expand All @@ -15,6 +15,6 @@ org.gradle.parallel=true
archives_base_name = caffeinated

# Dependencies
fabric_version=0.91.0+1.20.1
fabric_version=0.92.0+1.20.1
farmersdelight_version=4640640
fabric_asm_version=v2.3
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-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"caffeinated.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"fabricloader": ">=0.15.7",
"fabric-api": "*",
"minecraft": "~1.20.0",
"java": ">=17",
Expand Down

0 comments on commit 52aa351

Please sign in to comment.