Skip to content

Commit

Permalink
fix: minecraft version was wrong in fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jun 14, 2024
1 parent bb94b8c commit d4b7a4c
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 @@ -33,7 +33,7 @@
],
"depends": {
"fabric": ">=${fabricapiversion}",
"minecraft": "~1.20",
"minecraft": "~${mcversion}",
"architectury": ">=${archversion}"
}
}

0 comments on commit d4b7a4c

Please sign in to comment.