Skip to content

Commit

Permalink
Declare MixinExtras requirement in mod metadata
Browse files Browse the repository at this point in the history
Will lead to a more useful error if MixinExtras is disabled loader side.
  • Loading branch information
LostLuma committed Jan 3, 2024
1 parent b75e6a4 commit dfeb3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

"depends": {
"minecraft": ">=1.20.0",
"mixinextras": ">=0.3.2",
"fabricloader": ">=0.15.0",
"fabric-resource-loader-v0": "*",
"fabric-rendering-v1": "*",
Expand Down

0 comments on commit dfeb3ff

Please sign in to comment.