Skip to content

Commit

Permalink
fix: arch dep in fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Aug 3, 2024
1 parent f2e1ce0 commit c5546e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"depends": {
"fabricloader": "*",
"fabric": "*",
"architectury": "${target_architectury}",
"architectury": ">=${target_architectury}",
"minecraft": "${target_minecraft}"
}
}

0 comments on commit c5546e2

Please sign in to comment.