Skip to content

Commit 928e8d1

Browse files
committed
Remove jitpacked deps in fabric.mod.json
Jitpacked deps are made within the mod itself, adding fabric.mod.json deps means that those are completely seperate mods/libraries to download on CF or modrinth.
1 parent 5a8ef4b commit 928e8d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/resources/fabric.mod.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,9 @@
6767
"minecraft": ">=1.20.1",
6868
"java": ">=17",
6969
"revelationary": "*",
70-
"arrowhead": "*",
7170
"cloth-config": "*",
7271
"patchouli": "*",
73-
"trinkets": "*",
74-
"reverb": "*"
72+
"trinkets": "*"
7573
},
7674
"suggests": {
7775
"chalk": "*",

0 commit comments

Comments
 (0)