Skip to content

Commit

Permalink
Merge branch 'master' into fix-vanilla-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Aug 8, 2024
2 parents 33f1581 + 338f4bd commit 6f31496
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G

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

# mod properties
mod_version=1.3.2+mc1.21
mod_version=1.3.2+mc1.21.1
maven_group=rainglow
archives_base_name=rainglow

# other dependencies
java_version=21
mod_menu_version=11.0.0-beta.1
fabric_api_version=0.100.1+1.21
mod_menu_version=11.0.1
fabric_api_version=0.102.0+1.21.1
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fabricloader": ">=0.15.11",
"fabric-resource-loader-v0": "*",
"fabric-networking-api-v1": "*",
"minecraft": ">=1.21-"
"minecraft": ">=1.21"
},

"suggests": {
Expand Down

0 comments on commit 6f31496

Please sign in to comment.