Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Jun 8, 2023
1 parent 23adbfc commit 426d4be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G

# minecraft, mappings and loader dependencies
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20-rc1
minecraft_version=1.20
quilt_mappings=1
loader_version=0.14.20
loader_version=0.14.21

# mod properties
mod_version=1.1.0+mc1.20
Expand All @@ -14,6 +14,6 @@ archives_base_name=rainglow

# other dependencies
java_version=17
spruceui_version=4.2.0+1.19.4
mod_menu_version=6.1.0-rc.1
spruceui_version=5.0.0+1.20
mod_menu_version=7.0.0
fabric_api_version=0.83.0+1.20
10 changes: 8 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@
},

"depends": {
"fabricloader": ">=0.14.9",
"minecraft": ">=1.19.4"
"fabricloader": ">=0.14.21",
"fabric-resource-loader-v0": "*",
"fabric-networking-api-v1": "*",
"minecraft": ">=1.20"
},

"suggests": {
"modmenu": ">=7.0.0"
},

"custom": {
Expand Down

0 comments on commit 426d4be

Please sign in to comment.