Skip to content

Commit

Permalink
feat(fabric): add support for all minor versions of minecraft 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Hdoc1509 committed Jan 1, 2025
1 parent eff7517 commit 9351c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"depends": {
"fabricloader": ">=${fabric_loader_version}",
"fabric-api": "*",
"minecraft": "${minecraft_version}",
"minecraft": "~${minecraft_version}",
"java": ">=${java_version}"
}
}
Expand Down

0 comments on commit 9351c24

Please sign in to comment.