Skip to content

Commit db9e103

Browse files
committed
Add dependencies for Fabric API and Owo mod.
1 parent 1df9fd3 commit db9e103

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
"fabricloader": ">=0.15.11",
3636
"minecraft": ">=1.21",
3737
"java": ">=21",
38-
"fabric-api": "*"
38+
"fabric-api": "*",
39+
"owo": ">=0.12.15"
3940
},
4041
"suggests": {
41-
"another-mod": "*"
42+
"modmenu": ">=11.0.1"
4243
}
4344
}

0 commit comments

Comments
 (0)