Skip to content

Commit 0166630

Browse files
committed
Don’t support a rigid range of minecraft releases
1 parent df09a10 commit 0166630

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
@@ -27,7 +27,7 @@
2727
],
2828

2929
"depends": {
30-
"minecraft": ["1.19.1", "1.19.2", "1.19.3"],
30+
"minecraft": ">=1.19.3",
3131
"fabricloader": ">=0.11.3",
3232
"fabric": "*",
3333
"modmenu": "*",

0 commit comments

Comments
 (0)