Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
koelle25 committed Jun 17, 2022
1 parent 567260c commit e653e4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# Check these on https://fabricmc.net/versions.html
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.7
yarn_mappings=1.19+build.4
loader_version=0.14.8

#Fabric api
fabric_version=0.55.2+1.19
fabric_version=0.56.0+1.19

# Mod Properties
mod_version=1.2.0
Expand All @@ -17,4 +17,4 @@ org.gradle.jvmargs=-Xmx1G

# Dependencies
modmenu_version=4.0.0
cloth_config_version=7.0.69
cloth_config_version=7.0.72
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-7.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},

"depends": {
"fabricloader": ">=0.13.3",
"fabricloader": ">=0.14.8",
"fabric": "*",
"minecraft": "1.19.x",
"java": ">=17",
"cloth-config2": ">=7.0.69"
"cloth-config2": ">=7.0.72"
},
"suggests": {
"modmenu": ">=4.0.0"
Expand Down

0 comments on commit e653e4d

Please sign in to comment.