Skip to content

Commit

Permalink
nearly there
Browse files Browse the repository at this point in the history
  • Loading branch information
orifu committed Jun 12, 2024
1 parent ab02615 commit ee98f7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G

# minecraft, mappings and loader dependencies
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21-pre4
quilt_mappings=1
minecraft_version=1.21-rc1
quilt_mappings=2
loader_version=0.15.11

# mod properties
Expand All @@ -15,4 +15,4 @@ archives_base_name=rainglow
# other dependencies
java_version=21
mod_menu_version=11.0.0-beta.1
fabric_api_version=0.100.0+1.21
fabric_api_version=0.100.1+1.21
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
},

"depends": {
"fabricloader": ">=0.14.19",
"fabricloader": ">=0.15.11",
"fabric-resource-loader-v0": "*",
"fabric-networking-api-v1": "*",
"minecraft": ">=1.21-"
},

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

"custom": {
Expand Down

0 comments on commit ee98f7d

Please sign in to comment.