Skip to content

Commit

Permalink
Fix version issue (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHaws authored Feb 16, 2025
1 parent ed2bfe9 commit 1a8c479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fabric-1.21.0/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"depends": {
"java": ">=21",
"minecraft": ">=1.21",
"minecraft": ">=1.21 <1.21.2",
"fabric": "*",
"fabricloader": ">=0.15",
"cloth-config": "*"
Expand Down

0 comments on commit 1a8c479

Please sign in to comment.