Skip to content

Commit 3a60913

Browse files
committed
Add YACL/FabricAPI to required mods
1 parent c3c3036 commit 3a60913

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
],
2626
"depends": {
2727
"fabricloader": ">=0.16.10",
28-
"minecraft": ">=1.21.4 <1.21.5"
28+
"minecraft": ">=1.21.4 <1.21.5",
29+
"yet_another_config_lib_v3": ">=3.6.2",
30+
"fabric-api": "*"
2931
}
3032
}

0 commit comments

Comments
 (0)