Skip to content

Commit

Permalink
Fixed Minecraft version range in fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kir-Antipov committed May 14, 2024
1 parent 1a4065f commit 713824d
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 @@ -30,6 +30,6 @@
"fabricloader": "*"
},
"suggests": {
"minecraft": ">=${minecraft}"
"minecraft": "${minecraft}"
}
}

0 comments on commit 713824d

Please sign in to comment.