Skip to content

Commit

Permalink
fix: process resource the mc version for fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Jun 17, 2024
1 parent 5785607 commit 2e01428
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 @@ -19,7 +19,7 @@
},
"depends": {
"fabric": ">=${fabricapiversion}",
"minecraft": "~1.21",
"minecraft": "~${mcversion}",
"architectury": ">=${archversion}",
"ftblibrary": ">=${ftblibraryversion}"
}
Expand Down

0 comments on commit 2e01428

Please sign in to comment.