Skip to content

Commit

Permalink
fix: Fix Fabric version range...
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jun 14, 2024
1 parent 29b6f92 commit b95e4da
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 @@ -41,7 +41,7 @@
"fabricloader": ">=${fabric_loader_version}",
"fabric-api": "*",
"balm-fabric": "*",
"minecraft": "${minecraft_version_range}",
"minecraft": ">=${minecraft_version}",
"java": ">=${java_version}"
},
"suggests": {
Expand Down

0 comments on commit b95e4da

Please sign in to comment.