Skip to content

Commit

Permalink
Fix missing dependency check in wrapper
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Jul 29, 2023
1 parent b7d91a3 commit ff1d317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fabricWrapper/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"environment": "*",
"depends": {
"carpet": "*",
"fabric": "*",
"magiclib": ">=${magiclib_dependency}",
"minecraft": ${minecraft_dependency}
},
Expand Down

0 comments on commit ff1d317

Please sign in to comment.