Skip to content

Commit 247595e

Browse files
committed
feat: Add dependency requirement in wrapper file [resolve #42]
1 parent 4f91594 commit 247595e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fabricWrapper/src/main/resources/fabric.mod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
]
2525
},
2626
"depends": {
27-
"fabric-key-binding-api-v1": "*"
27+
"fabric-key-binding-api-v1": "*",
28+
"libgui": "*"
2829
},
2930
"custom": {
3031
"modmenu:clientsideOnly": true

0 commit comments

Comments
 (0)