Skip to content
This repository was archived by the owner on Aug 13, 2023. It is now read-only.

Commit eb3e88d

Browse files
author
Lumaa
committed
fix?
1 parent 394bbb6 commit eb3e88d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Libu",
77
"description": "Library made for developers that doesn't like writing the same code over and over again, just like me, Lumaa.",
88
"authors": [
9-
"_Lumaa_"
9+
"LumaaDev"
1010
],
1111
"contributors": [
1212
"PatateGivree"
@@ -36,11 +36,11 @@
3636
"depends": {
3737
"fabricloader": ">=0.14.12",
3838
"fabric-api": ">=0.76.0",
39-
"minecraft": ">=1.19.4",
39+
"minecraft": "~1.19.4",
4040
"java": ">=17"
4141
},
4242
"suggests": {
43-
"modmenu": ">=5.0.0"
43+
"modmenu": ">=6.0.0"
4444
},
4545

4646
"custom": {

0 commit comments

Comments
 (0)