Skip to content

Commit

Permalink
Re-add minecraft requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoPresident committed Jun 1, 2024
1 parent aae7904 commit b89b9a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
"depends": {
"fabricloader": ">=0.15.10",
"fabric": ">=${fabricApi}",
"fabric-language-kotlin": ">=${fabricKotlin}"
"fabric-language-kotlin": ">=${fabricKotlin}",
"minecraft": ">=${minecraft}"
},
"breaks": {
"cardboard": "*"
}
}
}

0 comments on commit b89b9a8

Please sign in to comment.