Skip to content

Commit

Permalink
Added support for 1.21 now that Meteor does as well
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTas committed Oct 14, 2024
1 parent 6a39e37 commit 64a0e70
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 @@ -26,7 +26,7 @@
},
"depends": {
"java": ">=17",
"minecraft": ">=${mc_version}",
"minecraft": ["1.21", "${mc_version}"],
"meteor-client": "*"
}
}

0 comments on commit 64a0e70

Please sign in to comment.