Skip to content

Commit

Permalink
fix FMJ minecraft dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Aug 20, 2024
1 parent ccb0f1a commit 274c856
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 @@ -32,7 +32,7 @@
],
"depends": {
"fabricloader": ">=${fabric_loader_version}",
"minecraft": ">=1.21-",
"minecraft": "=${minecraft_version}",
"java": ">=${java_version}",
"fabric-api": "*"
},
Expand Down

0 comments on commit 274c856

Please sign in to comment.