Skip to content

Commit

Permalink
change compatible versions to >=
Browse files Browse the repository at this point in the history
  • Loading branch information
ItziSpyder committed Jun 17, 2024
1 parent b8f4069 commit 9886c17
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 @@ -25,6 +25,6 @@
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
"minecraft": ">=${minecraft_version}"
}
}

0 comments on commit 9886c17

Please sign in to comment.