Skip to content

Commit

Permalink
Bump Loader requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Oct 15, 2024
1 parent 4e993c9 commit 40055bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"icon": "assets/wrench_wrapper/icon.png",
"environment": "*",
"depends": {
"fabricloader": ">=0.15.10"
"fabricloader": ">=0.16.2"
},
"custom": {
"modmenu": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"depends": [
{
"id": "quilt_loader",
"versions": ">=0.26.0-beta.2"
"versions": ">=0.26.4"
}
]
},
Expand Down

0 comments on commit 40055bd

Please sign in to comment.