Skip to content

Commit c26e44a

Browse files
committed
Allow minimum of 0.16.7 for fabric loader
1 parent 5054bea commit c26e44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"optiboxes.mixins.json"
2525
],
2626
"depends": {
27-
"fabricloader": ">=0.16.10",
27+
"fabricloader": ">=0.16.7",
2828
"minecraft": ">=1.21.4 <1.21.5",
2929
"yet_another_config_lib_v3": ">=3.6.2",
3030
"fabric-api": "*"

0 commit comments

Comments
 (0)